Api FilterFilter Name Property
This is used to get the API filter name
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
For API entry types other than namespaces, this is the name without the namespace and, for methods properties, etc. the type.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string FilterName { get; set; }VB
Public Property FilterName As String
Get
SetC++
public:
property String^ FilterName {
String^ get ();
void set (String^ value);
}F#
member FilterName : string with get, setProperty Value
StringFor API entry types other than namespaces, this is the name without the namespace and, for methods properties, etc. the type.