DocumentQueryPropertiesExcludePath Method (String, PathTypeEnum) |
Filters the data to exclude documents on given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public void ExcludePath(
string path,
PathTypeEnum type = PathTypeEnum.Explicit
)
Parameters
- path
- Type: SystemString
Document path - type (Optional)
- Type: CMS.DocumentEnginePathTypeEnum
Path type to define excluded scope
See Also