Click or drag to resize
ObjectVersionHistoryInfoProviderGetRecycleBin Method (String, String, Int32, String)
Gets recycle bin.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
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: InfoDataSetObjectVersionHistoryInfo
Recycle bin
See Also