| ObjectVersionHistoryInfoProviderGetRecycleBin Method (Int32, String, String, Int32, String) | 
            Gets recycle bin for specified user.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntaxpublic 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: 
InfoDataSetObjectVersionHistoryInfoRecycle bin for specified user
See Also