PresentationStyleSettingsResourceItemFiles Method

This is used to get an enumerable list of BuildAssembler resource item files used by the presentation style.

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public abstract IEnumerable<string> ResourceItemFiles(
	string languageName
)

Parameters

languageName  String
The language name for the localized resources. If the specific language is not found, it falls back to the en-US resources which will always exist.

Return Value

IEnumerableString
An enumerable list of resource item files used by the presentation style

See Also