Gets recycle bin for specified user.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteId
- Type: System Int32
ID of site
- userId (Optional)
- Type: System Int32
ID of user
- where (Optional)
- Type: System String
Where condition
- orderBy (Optional)
- Type: System String
Order by clause
- topN (Optional)
- Type: System Int32
Select only top N rows
- columns (Optional)
- Type: System String
Select only specified columns
- modifiedFrom (Optional)
- Type: System Nullable DateTime
Lower time bound
- modifiedTo (Optional)
- Type: System Nullable DateTime
Upper time bound
Return Value
Type: ObjectQuery VersionHistoryInfoRecycle bin for specified user and site
See Also