ApiFilterFilterName Property

This is used to get the API filter name

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string FilterName { get; set; }

Property Value

String
For API entry types other than namespaces, this is the name without the namespace and, for methods properties, etc. the type.

See Also