BuildProcessSuppressApiFilter Property

This controls whether or not the API filter is suppressed

Definition

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

Property Value

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