VersionHistoryInfoProviderGetRecycleBinInternal Method |
Gets recycle bin for specified user.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<VersionHistoryInfo> GetRecycleBinInternal(
int siteId,
int userId,
string where,
string orderBy,
int topN,
string columns,
DateTime modifiedFrom,
DateTime modifiedTo
)
Parameters
- siteId
- Type: SystemInt32
ID of site - 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 - modifiedFrom
- Type: SystemDateTime
Lower time bound - modifiedTo
- Type: SystemDateTime
Upper time bound
Return Value
Type:
ObjectQueryVersionHistoryInfoRecycle bin for specified user and site
See Also