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

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

Parameters

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