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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void Path(
	params string[] paths
)

Parameters

paths
Type: SystemString
List of document paths
See Also