VersionManagerGetDocumentHistory Method |
Returns the version history table for the specified document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public ObjectQuery<VersionHistoryInfo> GetDocumentHistory(
int documentId
)
Parameters
- documentId
- Type: SystemInt32
Document ID
Return Value
Type:
ObjectQueryVersionHistoryInfoSee Also