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: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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