Returns true if document is in one/all of selected categories.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- document
- Type: System Object
Document to check
- categories
- Type: System String
Category names separated with a semicolon
- allCategories
- Type: System Boolean
If true, document must be in all of the selected categories.
Return Value
Type: BooleanSee Also