VersionHistoryInfoProvider GetRecycleBin Method Kentico 8.1 API Reference
Gets recycle bin for specified user.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

siteId
Type: OnlineSystem Int32
ID of site
userId (Optional)
Type: OnlineSystem Int32
ID of user
where (Optional)
Type: OnlineSystem String
Where condition
orderBy (Optional)
Type: OnlineSystem String
Order by clause
topN (Optional)
Type: OnlineSystem Int32
Select only top N rows
columns (Optional)
Type: OnlineSystem String
Select only specified columns
modifiedFrom (Optional)
Type: OnlineSystem Nullable OnlineDateTime 
Lower time bound
modifiedTo (Optional)
Type: OnlineSystem Nullable OnlineDateTime 
Upper time bound

Return Value

Type: ObjectQuery VersionHistoryInfo 
Recycle bin for specified user and site
See Also