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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static InfoDataSet<ObjectVersionHistoryInfo> GetRecycleBin(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Select only top N rows
columns
Type: System.String
Select only specified columns

Return Value

Type: InfoDataSet<ObjectVersionHistoryInfo>
Recycle bin
See Also