IBuild ProcessSuppress Api Filter Property
This controls whether or not the API filter is suppressed
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool SuppressApiFilter { get; set; }VB
Property SuppressApiFilter As Boolean
Get
SetC++
property bool SuppressApiFilter {
bool get ();
void set (bool value);
}F#
abstract SuppressApiFilter : bool with get, setProperty Value
BooleanBy 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.