BuildProcessSuppressApiFilter Property
This controls whether or not the API filter is suppressed
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool SuppressApiFilter { get; set; }
Public Property SuppressApiFilter As Boolean
Get
Set
public:
property bool SuppressApiFilter {
bool get ();
void set (bool value);
}
member 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.