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 CustomizationConfiguration

Represents customization configuration.

Inheritance
System.Object
CustomizationConfiguration
Namespace: Mediachase.Commerce.Customization.Configuration
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class CustomizationConfiguration : ConfigurationSection

Properties

AutoInstall

Gets a value indicating whether [auto install].

Declaration
public bool AutoInstall { get; }
Property Value
Type Description
System.Boolean

true if [auto install]; otherwise, false.

Connection

Gets the connection.

Declaration
public CustomizationConnectionElement Connection { get; }
Property Value
Type Description
CustomizationConnectionElement

The connection.

Instance

Singleton instance

Declaration
public static CustomizationConfiguration Instance { get; }
Property Value
Type Description
CustomizationConfiguration

The instance.