Class EmbeddedXmlLocalizationProviderOptions
Provides options for an EmbeddedXmlLocalizationProvider.
Inheritance
System.Object
EmbeddedXmlLocalizationProviderOptions
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class EmbeddedXmlLocalizationProviderOptions : Object
Constructors
EmbeddedXmlLocalizationProviderOptions()
Declaration
public EmbeddedXmlLocalizationProviderOptions()
Properties
Assemblies
Gets a list of all assemblies from where the provider should load resource files from.
Declaration
public IList<Assembly> Assemblies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Reflection.Assembly> |
ResourceExtension
Gets or set a file extension that all resource files embedded in the assemblies will have. Default value is '.xml'.
Declaration
public string ResourceExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |