Click or drag to resize
Sandcastle Help File BuilderBuildProcessSuppressApiFilter Property
This controls whether or not the API filter is suppressed

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

Property Value

Type: Boolean
By default, it is not suppressed and the API filter will be applied. The API Filter designer uses this to suppress the filter so that all members are obtained.
See Also