TopicTransformationCoreAddLanguageSpecificTextRange Method

Add a range of language specific text entries

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddLanguageSpecificTextRange(
	IEnumerable<LanguageSpecificText> keywords
)

Parameters

keywords  IEnumerableLanguageSpecificText
The language specific text entries to add

Remarks

Entries will be indexed for each of the given language keywords in the entry

Exceptions

ArgumentExceptionThis is thrown if a keyword already has an entry

See Also