Gets recycle bin for specified user.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteId
- Type: System Int32
ID of site
- 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
- modifiedFrom
- Type: System DateTime
Lower time bound
- modifiedTo
- Type: System DateTime
Upper time bound
Return Value
Type: ObjectQuery VersionHistoryInfoRecycle bin for specified user and site
See Also