Table of Contents

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

allFilters IEnumerable<ISyntaxGeneratorMetadata>

The list of all available syntax filter generators

filterIds string

A 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.