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

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

Parameters

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