Table of Contents

PresentationStyleSettings.ResourceItemFiles Method

Definition

Namespace
Sandcastle.Core.PresentationStyle
Assembly
Sandcastle.Core.dll

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

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.

Returns

IEnumerable<string>

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