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

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

Parameters

userId
Type: System.Int32
ID of user
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 for specified user
See Also