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