VersionManagerGetDocumentHistory Method |
Returns the version history table for the specified document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public ObjectQuery<VersionHistoryInfo> GetDocumentHistory(
int documentId,
string where = null,
string orderBy = null,
int topN = 0,
string columns = null
)
Parameters
- documentId
- Type: SystemInt32
Document ID - where (Optional)
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by clause - topN (Optional)
- Type: SystemInt32
Top N attachments - columns (Optional)
- Type: SystemString
Selected columns
Return Value
Type:
ObjectQueryVersionHistoryInfoSee Also