WorkflowCategoryDefinition Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class contains methods that handles management and read operations of Workflow definitions on the category level.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.Workflow.ManagementWorkflowCategoryDefinition

Namespace: ContentStudio.Document.Workflow.Management
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class WorkflowCategoryDefinition : CSBase

The WorkflowCategoryDefinition type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowCategoryDefinition
Initializes a new instance of the WorkflowCategoryDefinition class
Top
Methods

  NameDescription
Public methodConnect
Connects a workflow definition to a category.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDisconnect
Removes a workflow definition on a category
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodGetWorkflowSchema
Gets the XSD schema used to validate the part of the Workflow definition that is stored on a category.
Public methodGetWorkflowXslt
Gets the XSLT document to be used to format the workflow instance xml
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodList
Gets a list of workflows in use with this category
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRead
Gets a workflow category definition. A workflow category definition is connected to a category and contains a copy of a workflow definition.
Public methodSave(ConnectionId, SessionId, CategoryId, Int32, String)
Saves the definition of a workflow to its category
Public methodSave(ConnectionId, SessionId, String, Int32, String)
Saves the definition of a workflow to its category
Public methodToString (Inherited from Object.)
Top
See Also

Reference