Click or drag to resize
IDocumentQueryTQuery, TObjectCheckPermissions Method
Ensures that the result will be filtered based on user Read permission.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
TQuery CheckPermissions(
	bool check = true
)

Parameters

check (Optional)
Type: SystemBoolean
If true, the permission check is enabled, otherwise disabled

Return Value

Type: TQuery
See Also