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

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

The RevisionManager type exposes the following members.

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Reject(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 method Reject(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 method Send(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 method Send(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 method Terminate(ConnectionId, SessionId, DocumentId)
Removes the document from the list of documents for revision or terminates a workflow if the document uses it.
Public method Terminate(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 method ToString (Inherited from Object.)
Top
See Also

Reference