London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class EmbeddedXmlLocalizationProviderOptions

Provides options for an EmbeddedXmlLocalizationProvider.

Inheritance
System.Object
EmbeddedXmlLocalizationProviderOptions
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
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

Extension Methods