Class Constants

Commerce constants

Inheritance
System.Object
Constants
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
public static class Constants

Fields

AccountCommandName

Account command name.

Declaration
public const string AccountCommandName = "ACCOUNT"
Field Value
Type Description
System.String

AccountEditCommandName

Account Edit command name

Declaration
public const string AccountEditCommandName = "ACCOUNTEDIT"
Field Value
Type Description
System.String

AddressBookCommandName

Change Password command name

Declaration
public const string AddressBookCommandName = "ADDRESSBOOK"
Field Value
Type Description
System.String

AllMarkets

Represent string of All Markets in promotion system

Declaration
public const string AllMarkets = "EPI_AllMarkets"
Field Value
Type Description
System.String

ChangePasswordCommandName

Change Password command name

Declaration
public const string ChangePasswordCommandName = "CHANGEPASSWORD"
Field Value
Type Description
System.String

CheckoutCommandName

Check out command name.

Declaration
public const string CheckoutCommandName = "CHECKOUT"
Field Value
Type Description
System.String

CompareCommandName

Compare command name.

Declaration
public const string CompareCommandName = "COMPARE"
Field Value
Type Description
System.String

DefaultMaxProductsCount

Default Max Products displayed on best seller products list

Declaration
public const int DefaultMaxProductsCount = 3
Field Value
Type Description
System.Int32

DibsPaymentCommandName

Search results command name.

Declaration
[Obsolete("This const should no longer be used. Will remain at least until April 2016.")]
public const string DibsPaymentCommandName = "DIBSPAYMENT"
Field Value
Type Description
System.String

EntryViewCommandName

Entry view command name.

Declaration
public const string EntryViewCommandName = "ENTRYVIEW"
Field Value
Type Description
System.String

MaxWeight

The maximum number of tag weight that should be displayed

Declaration
public const int MaxWeight = 10
Field Value
Type Description
System.Int32

MinWeight

The minimum number of tag weight that should be displayed

Declaration
public const int MinWeight = 1
Field Value
Type Description
System.Int32

NodeViewCommandName

Node view command name.

Declaration
public const string NodeViewCommandName = "NODEVIEW"
Field Value
Type Description
System.String

OrderHistoryCommandName

Order history command name.

Declaration
public const string OrderHistoryCommandName = "ORDERHISTORY"
Field Value
Type Description
System.String

RecoverPasswordCommandName

Recover password command name.

Declaration
public const string RecoverPasswordCommandName = "RECOVERPASSWORD"
Field Value
Type Description
System.String

RegisterCommandName

Register command name.

Declaration
public const string RegisterCommandName = "REGISTER"
Field Value
Type Description
System.String

RegisteredRole

Represent string of Registered role in role provider

Declaration
public const string RegisteredRole = "Registered"
Field Value
Type Description
System.String

SearchResultsCommandName

Search results command name.

Declaration
public const string SearchResultsCommandName = "SEARCHRESULTS"
Field Value
Type Description
System.String

ShoppingCartCommandName

Shopping cart command name.

Declaration
public const string ShoppingCartCommandName = "SHOPPINGCART"
Field Value
Type Description
System.String

ShortenStringDotDotDot

Use to represent ... in shorten string

Declaration
public const string ShortenStringDotDotDot = "..."
Field Value
Type Description
System.String

ShortenStringSize

Default shorten string size

Declaration
public const int ShortenStringSize = 50
Field Value
Type Description
System.Int32

WishListCommandName

Wish list command name.

Declaration
public const string WishListCommandName = "WISHLIST"
Field Value
Type Description
System.String