Click or drag to resize
DocumentQueryProperties.ExcludePath Method (String[])
Filters the data to exclude documents on given path(s).

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

Parameters

paths
Type:System.String[]
List of document paths
See Also