Api FilterIs Project Exclude 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.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsProjectExclude { get; set; }VB
Public Property IsProjectExclude As Boolean
Get
SetC++
public:
property bool IsProjectExclude {
bool get ();
void set (bool value);
}F#
member IsProjectExclude : bool with get, set