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

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

The VersionHistory 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 GetVersionHistory(ConnectionId, SessionId, DocumentId)
Retrieves a list of the version history of an element.
Public method GetVersionHistory(ConnectionId, SessionId, String, Int32, String)
Retrieves a list of the version history of an element.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method RemoveEntries(ConnectionId, SessionId, DocumentId, DateTime, VersionHistoryRemoveOptions)
Removes any version from the history that is older than a certain date. If no date is supplied all versions are removed except for the last approved one and the editable content (if any)
Public method RemoveEntries(ConnectionId, SessionId, String, Int32, String)
Removes any version from the history that is older than a certain date. If no date is supplied all versions are removed except for the last approved one and the editable content (if any)
Public method RestoreVersion(ConnectionId, SessionId, DocumentId, Int32)
Restores a document from the history and copies its content into the writable content
Public method RestoreVersion(ConnectionId, SessionId, String, Int32, String)
Restores a document from the history and copies its content into the writable content
Public method ToString (Inherited from Object.)
Top
See Also

Reference