ApiFilterFilterName Property

This is used to get the API filter name

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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