Click or drag to resize
Sandcastle Help File BuilderApiFilterFilterName Property
This is used to get the API filter name

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string FilterName { get; set; }

Property Value

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