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

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

This class manages workflow actions in content Studio.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.WorkflowWorkflow

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

public class Workflow : CSBase

The Workflow type exposes the following members.

Constructors

  NameDescription
Public methodWorkflow
Initializes a new instance of the Workflow class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
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 methodGetUserAction(ConnectionId, SessionId, DocumentId, CategoryId)
Returns information about a document's workflow status and what actions the caller can perform. The data includes the step xml.
Public methodGetUserAction(ConnectionId, SessionId, DocumentId, CategoryId, Boolean)
Returns information about a document's workflow status and what actions the caller can perform.
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodPerformUserAction
Performs a user action against the Workflow server.
Public methodToString (Inherited from Object.)
Top
See Also

Reference