ComponentUtilities.ToRecognizedSyntaxFilterIds Method
Definition
- Namespace
- Sandcastle.Core
- Assembly
- Sandcastle.Core.dll
This is used to convert the given set of comma-separated syntax filter IDs to a set of recognized filter IDs.
public static string ToRecognizedSyntaxFilterIds(IEnumerable<ISyntaxGeneratorMetadata> allFilters, string filterIds)
Parameters
allFiltersIEnumerable<ISyntaxGeneratorMetadata>The list of all available syntax filter generators
filterIdsstringA comma-separated list of syntax filter IDs to convert
Returns
- string
The validated and recognized set of syntax filter IDs. If possible, the value is condensed to one of a set of combination values such as None, All, AllButUsage, or Standard.