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

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

Parameters

paths
Type: SystemString
List of document paths

Return Value

Type: TQuery

Implements

IDocumentQueryTQuery, TObjectPath(String)
See Also