Themed 2026 Presentation Style Preview

MarkdownConversionPresentationStyleResourceItemFiles Method

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

Definition

Namespace: Sandcastle.Core.PresentationStyle.Conversion
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public override 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

Remarks

This presentation style uses the standard shared content and overrides a few items with Markdown specific values.

See Also