Click or drag to resize
DocumentQueryProperties.ExcludedPaths Property
List of document paths which should be excluded from the result.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public HashSet<string> ExcludedPaths { get; set; }

Property Value

Type: HashSet<String>
See Also