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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ObjectQuery<VersionHistoryInfo> GetDocumentHistoryInternal(
	int documentId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

documentId
Type: SystemInt32
Document ID
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Top N attachments
columns
Type: SystemString
Selected columns

Return Value

Type: ObjectQueryVersionHistoryInfo
See Also