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

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

Implements

IDocumentQueryTQuery, TObjectExcludePath(String, PathTypeEnum)
See Also