Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / AccessRestrictionType Enumeration
In This Topic
    AccessRestrictionType Enumeration
    In This Topic
    Enum to represent different store closure types
    Syntax
    public enum AccessRestrictionType : System.Enum 
    Members
    MemberDescription
    AuthorizedGroupsOnly Access is given to users of authorized groups. Only authorized groups will have access.
    None No access restriction. Store is open to all.
    RegisteredUsersOnly Access is given to all registered users. Anonymous users will be denied access.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Stores.AccessRestrictionType

    See Also