ComponentUtilitiesToRecognizedSyntaxFilterIds Method

This is used to convert the given set of comma-separated syntax filter IDs to a set of recognized filter IDs.

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string ToRecognizedSyntaxFilterIds(
	IEnumerable<ISyntaxGeneratorMetadata> allFilters,
	string filterIds
)

Parameters

allFilters  IEnumerableISyntaxGeneratorMetadata
The list of all available syntax filter generators
filterIds  String
A comma-separated list of syntax filter IDs to convert

Return Value

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.

See Also