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

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

Property Value

Type: HashSetString
See Also