VersionManager Class |
Namespace: CMS.DocumentEngine
public class VersionManager : AbstractManager
The VersionManager type exposes the following members.
Name | Description | |
---|---|---|
VersionManager | Obsolete.
Constructor - Creates version manager.
| |
VersionManager(TreeProvider) |
Constructor - Creates version manager.
|
Name | Description | |
---|---|---|
TreeProvider |
TreeProvider instance.
| |
WorkflowManager |
Gets workflow manager instance.
|
Name | Description | |
---|---|---|
ApplyLatestVersion |
Applies latest version data to the node.
| |
ApplyLatestVersionInternal |
Applies latest version data to the node.
| |
ApplyVersion |
Applies version data to the node.
| |
ApplyVersionData |
Applies the version data to the document DataSet.
| |
ApplyVersionDataInternal(DataSet, Boolean, ISetString) |
Applies the document version data to the document DataSet.
| |
ApplyVersionDataInternal(IDataContainer, VersionHistoryInfo, Boolean, ISetString) |
Applies the document version data to the document data row.
| |
ChangeManagerTypeOriginalType |
Changes the default manager type to the given type
(Inherited from AbstractManager.) | |
ChangeManagerTypeTo |
Changes the manager type to the given type
(Overrides AbstractManagerChangeManagerTypeTo(Type).) | |
CheckIn |
Checks provided node in and stores it in the versioning history.
| |
CheckInInternal |
Checks provided node in and stores it in the versioning history.
| |
CheckOut(TreeNode) |
Checks out specified node and creates a new record in the CMS_VersionHistory table.
| |
CheckOut(TreeNode, Boolean, Boolean) |
Checks out specified node and creates a new record in the CMS_VersionHistory table.
| |
CheckOut(TreeNode, Boolean, Boolean, Boolean) |
Checks out specified node and creates a new record in the CMS_VersionHistory table.
| |
CheckOutInternal |
Checks out specified node and creates a new record in the CMS_VersionHistory table.
| |
ClearDocumentHistory |
Clears complete history of specified document (keeps latest version).
| |
ClearDocumentHistoryInternal |
Clears complete history of specified document (keeps the latest version).
| |
CreateNewVersion |
Creates new document version. (Moves document to edit step.)
| |
CreateNewVersionInternal |
Creates new document version. (Moves document to edit step.)
| |
DeleteOlderVersions |
Deletes older document versions to keep specified version history length.
| |
DeleteOlderVersionsInternal |
Deletes older document versions to keep specified version history length.
| |
DestroyDocumentHistory |
Deletes complete history of specified document.
| |
DestroyDocumentHistoryInternal |
Deletes complete history of specified document.
| |
DestroyDocumentVersion |
Deletes specified record in the node version history.
| |
DestroyDocumentVersionInternal |
Deletes specified record in the node version history.
| |
EnsureVersion |
Ensures that the document version history is present for the given document, returns the document version.
| |
EnsureVersionInternal |
Ensures that the document version history is present for the given document, returns the document version.
| |
GetAttachmentVersion(Int32, Guid, Boolean) |
Returns the attachment version.
| |
GetAttachmentVersion(Int32, String, Boolean) |
Returns the attachment version.
| |
GetAttachmentVersionInternal(Int32, Guid, Boolean) |
Returns the attachment version.
| |
GetAttachmentVersionInternal(Int32, String, Boolean) |
Returns the attachment version.
| |
GetDocumentHistory |
Returns the version history table for the specified document.
| |
GetDocumentHistoryInternal |
Returns the version history table for the specified document.
| |
GetHistoryLength |
Gets version history length
| |
GetHistoryLengthInternal |
Gets version history length
| |
GetInstance |
Gets the instance of the manager.
| |
GetLatestAttachmentVersion |
Returns latest attachment version found in the AttachmentHistoryTable.
Returns only an attachment which is not a variant. For an attachment variant returns null.
| |
GetLatestAttachmentVersionInternal |
Returns attachment version for latest version of a document.
Searches only in main attachments. Attachment variants are omitted and if found, returns null.
| |
GetLatestDocumentVersion |
Gets latest document version
| |
GetLatestDocumentVersionInternal |
Gets latest document version
| |
GetNewVersion |
Returns new version number representation.
| |
GetNewVersionInternal |
Returns new version number representation.
| |
GetVersion(Int32, TreeNode) |
Returns specified history version.
| |
GetVersion(VersionHistoryInfo, TreeNode) |
Returns node with applied version data.
| |
GetVersionAttachments |
Returns attachment histories for the given version.
| |
GetVersionAttachmentsInternal |
Returns attachment histories for the given version.
| |
GetVersionInternal |
Returns node with applied version data.
| |
IsSystemDocumentColumn |
Returns true if the given column name is a system data column name.
| |
IsSystemDocumentColumnInternal |
Returns true if the given column name is a system data column name.
| |
IsSystemNodeColumn |
Returns true if the given column name is a system data column name of the node.
| |
IsSystemNodeColumnInternal |
Returns true if the given column name is a system data column name of the node.
| |
IsVersionedCoupledColumn |
Returns true if the given column name is a versioned data column name.
| |
IsVersionedCoupledColumnInternal |
Returns true if the given column name is a versioned data column name.
| |
IsVersionedDocumentColumn |
Returns true if the given column name is a versioned data column name.
| |
IsVersionedDocumentColumnInternal |
Returns true if the given column name is a versioned data column name.
| |
PublishAllScheduled |
Publishes all documents scheduled for the current time.
| |
PublishAllScheduledInternal |
Publishes all documents scheduled for the current time.
| |
PublishAttachments |
Publishes the attachments for the given document.
| |
PublishAttachmentsInternal |
Publishes the attachments for the given version.
| |
PublishVersion |
Puts the specified node history version to the front DB tables.
| |
PublishVersionInternal |
Puts the specified node history version to the front DB tables.
| |
RemoveAttachmentVersion |
Removes the AttachmentHistory binding to the document version history and deletes the AttachmentHistory object if there is no more bindings to that version.
| |
RemoveAttachmentVersionInternal |
Removes the AttachmentHistory binding to the document version history and deletes the AttachmentHistory object if there is no more bindings to that version.
| |
RemoveWorkflow |
Removes all the workflow information from the document and initializes the document as non-workflow.
| |
RemoveWorkflowInternal |
Removes all the workflow information from the document and initializes the document as non-workflow.
| |
RestoreDocument |
Restores deleted node and returns the restored node.
| |
RestoreDocumentInternal |
Restores deleted node and returns the restored node.
| |
RollbackVersion |
Adds specified earlier version to the top of the version history.
| |
RollbackVersionInternal |
Adds specified earlier version to the top of the version history.
| |
SaveAttachmentVersion |
Saves the attachment version to the database.
| |
SaveVersion |
Saves history version record to the database without checking in.
| |
SaveVersionInternal |
Saves history version record to the database without checking in.
| |
UndoCheckOut |
Undo all operations made during last checkout.
| |
UndoCheckOutInternal |
Undo all operations made during last checkout.
| |
UseAutomaticVersionNumbering |
Specifies whether the environment is configured to use automatic version numbering.
| |
UseAutomaticVersionNumberingInternal |
Specifies whether the environment is configured to use automatic version numbering.
| |
UseCheckInCheckOut |
Specifies whether the environment is configured to use check-in and check-out actions.
| |
UseCheckInCheckOutInternal |
Specifies whether the environment is configured to use check-in and check-out actions.
|