Click or drag to resize
DocumentQueryPropertiesExcludePath Method (String, PathTypeEnum)
Filters the data to exclude documents on given path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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