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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery Path(
	string path,
	PathTypeEnum type = PathTypeEnum.Explicit
)

Parameters

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

Return Value

Type: TQuery

Implements

IDocumentQueryTQuery, TObjectPath(String, PathTypeEnum)
See Also