Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InputFieldScope Enumeration
Version
InputFieldScope Enumeration
Enumeration that represents the scope of an input field
Syntax
public enum InputFieldScope : System.Enum 
Members
MemberDescription
All This is an input field for all (Merchat as well as Customer)
Customer This is an input field for customers
Merchant This is an input field for merchants
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         CommerceBuilder.Products.InputFieldScope

See Also