ComponentUtilitiesSyntaxFilterGeneratorsFrom Method

This returns the syntax generator XML elements to insert into a BuildAssembler configuration file for the comma-separated list of syntax filter IDs.

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string SyntaxFilterGeneratorsFrom(
	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 ID values.

Return Value

String
A string containing the generator XML elements for the specified syntax filter IDs.

See Also