Click or drag to resize
VersionManagerGetDocumentHistory Method
Returns the version history table for the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public ObjectQuery<VersionHistoryInfo> GetDocumentHistory(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: ObjectQueryVersionHistoryInfo
See Also