PresentationStyleSettingsAdditionalResourceItemsFiles Property

This read-only property returns the list of additional resource items files if any

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public IList<string> AdditionalResourceItemsFiles { get; }

Property Value

IListString

Remarks

Plug-ins can add files to this list to support localized text that they add

See Also