Click or drag to resize
Sandcastle Help File BuilderApiFilterIsProjectExclude Property
This is used to get or set whether or not the entry is excluded via the project (i.e. via the SHFB Namespaces option or an <exclude /> tag.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool IsProjectExclude { get; set; }

Property Value

Type: Boolean
See Also