ApiFilterIsProjectExclude Property
This is used to get or set whether or not the entry is excluded via the project (i.e. via the SHFB
Namespaces option or an <exclude /> tag.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool IsProjectExclude { get; set; }
Public Property IsProjectExclude As Boolean
Get
Set
public:
property bool IsProjectExclude {
bool get ();
void set (bool value);
}
member IsProjectExclude : bool with get, set
Property Value
Boolean