VersionHistoryInfoProviderGetVersionHistories Method (String, String, Int32, String) |
Note: This API is now obsolete.
Gets all version histories.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use GetVersionHistories() instead.")]
public static ObjectQuery<VersionHistoryInfo> GetVersionHistories(
string where,
string orderBy = null,
int topN = 0,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by clause - topN (Optional)
- Type: SystemInt32
Number of records to return - columns (Optional)
- Type: SystemString
Columns to select, null or empty returns all columns
Return Value
Type:
ObjectQueryVersionHistoryInfoSee Also