public enum AccessRestrictionType : System.Enum
public enum AccessRestrictionType : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Stores.AccessRestrictionType