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

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

This class handles the simple workflow of documents that does not use the more advanced workflow server.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentBase
          ContentStudio.DocumentRevisionManager

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

public sealed class RevisionManager : DocumentBase

The RevisionManager type exposes the following members.

Constructors

  NameDescription
Public methodRevisionManager
Initializes a new instance of the RevisionManager class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodReject(ConnectionId, SessionId, DocumentId)
Rejects a document that was sent for revision and resends it to the user for further refinement This method cannot be used on documents that are on workflow
Public methodReject(ConnectionId, SessionId, String, Int32, String)
Rejects a document that was sent for revision and resends it to the user for further refinement This method cannot be used on documents that are on workflow
Public methodSend(ConnectionId, SessionId, DocumentId)
Sends a document into the pool of documents for revision. This method cannot be used on documents that are on workflow This methods supports anonymous callers.
Public methodSend(ConnectionId, SessionId, String, Int32, String)
Sends a document into the pool of documents for revision. This method cannot be used on documents that are on workflow This methods supports anonymous callers.
Public methodTerminate(ConnectionId, SessionId, DocumentId)
Removes the document from the list of documents for revision or terminates a workflow if the document uses it.
Public methodTerminate(ConnectionId, SessionId, String, Int32, String)
Removes the document from the list of documents for revision or terminates a workflow if the document uses it.
Public methodToString (Inherited from Object.)
Top
See Also

Reference