Presentation Style SettingsResource Item Files 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: 2026.1.20.0
An enumerable list of resource item files used by the presentation style
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public abstract IEnumerable<string> ResourceItemFiles(
string languageName
)VB
Public MustOverride Function ResourceItemFiles (
languageName As String
) As IEnumerable(Of String)C++
public:
virtual IEnumerable<String^>^ ResourceItemFiles(
String^ languageName
) abstractF#
abstract ResourceItemFiles :
languageName : string -> IEnumerable<string> 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
IEnumerableStringAn enumerable list of resource item files used by the presentation style