IBuildProcessSuppressApiFilter Property
This controls whether or not the API filter is suppressed
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool SuppressApiFilter { get; set; }
Property SuppressApiFilter As Boolean
Get
Set
property bool SuppressApiFilter {
bool get ();
void set (bool value);
}
abstract SuppressApiFilter : bool with get, set
Property 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.