Click or drag to resize
IDocumentQueryTQuery, TObjectExcludePath 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#
TQuery ExcludePath(
	string path,
	PathTypeEnum type = PathTypeEnum.Explicit
)

Parameters

path
Type: SystemString
Document path
type (Optional)
Type: CMS.DocumentEnginePathTypeEnum
Path type to define excluded scope

Return Value

Type: TQuery
See Also