ObjectVersionHistoryInfoProviderGetRecycleBin Method (String, String, Int32, String) |
Gets recycle bin.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static InfoDataSet<ObjectVersionHistoryInfo> GetRecycleBin(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by clause - topN
- Type: SystemInt32
Select only top N rows - columns
- Type: SystemString
Select only specified columns
Return Value
Type:
InfoDataSetObjectVersionHistoryInfoRecycle bin
See Also