Class CommerceSettings

Setting for EPiServer Commerce

Inheritance
System.Object
CommerceSettings
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.Business.Commerce
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("Not in use any more. Will remain at least until November 2016.")]
public class CommerceSettings

Constructors

CommerceSettings()

Declaration
public CommerceSettings()

Properties

ContentRootId

Gets or sets ID of the Commerce Content Root

Declaration
public int ContentRootId { get; set; }
Property Value
Type Description
System.Int32

Id

Unique identifier

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

IsDataConfigured

Specifies whether this is the data for EPiServer Commerce Manager has been configured or not(in the first time the site has been loaded)

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

true if the data for EPiServer Commerce Manager has been configured otherwise, false.

IsSampleDataConfigured

Gets or sets a value indicating whether the EPiServer Commerce Sample Site data has been configured (at the first running time of website).

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

true if the EPiServer Commerce Sample Site data has been configured; otherwise, false.