ComponentUtilitiesToRecognizedSyntaxFilterIds Method
This is used to convert the given set of comma-separated syntax filter IDs to a set of recognized
filter IDs.
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string ToRecognizedSyntaxFilterIds(
IEnumerable<ISyntaxGeneratorMetadata> allFilters,
string filterIds
)
Public Shared Function ToRecognizedSyntaxFilterIds (
allFilters As IEnumerable(Of ISyntaxGeneratorMetadata),
filterIds As String
) As String
public:
static String^ ToRecognizedSyntaxFilterIds(
IEnumerable<ISyntaxGeneratorMetadata^>^ allFilters,
String^ filterIds
)
static member ToRecognizedSyntaxFilterIds :
allFilters : IEnumerable<ISyntaxGeneratorMetadata> *
filterIds : string -> string
- allFilters IEnumerableISyntaxGeneratorMetadata
- The list of all available syntax filter generators
- filterIds String
- A comma-separated list of syntax filter IDs to convert
StringThe 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.