Class EmbeddedXmlLocalizationProvider
A Xml
Inheritance
System.Object
EmbeddedXmlLocalizationProvider
Inherited Members
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class EmbeddedXmlLocalizationProvider : XmlLocalizationProvider
Constructors
EmbeddedXmlLocalizationProvider()
Declaration
public EmbeddedXmlLocalizationProvider()
Methods
Initialize(String, EmbeddedXmlLocalizationProviderOptions)
Initializes the current provider with the given options.
Declaration
public virtual void Initialize(string name, EmbeddedXmlLocalizationProviderOptions options)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the provider |
Embedded |
options | The provider options |
Initialize(String, NameValueCollection)
Initializes the provider.
Declaration
public override void Initialize(string name, NameValueCollection config)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The friendly name of the provider |
System. |
config | A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider. |