Try our conversational search powered by Generative AI!

Class EmbeddedXmlLocalizationProviderOptions

Provides options for an EmbeddedXmlLocalizationProvider.

Inheritance
System.Object
EmbeddedXmlLocalizationProviderOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class EmbeddedXmlLocalizationProviderOptions

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