Enum ExternalLoginRestriction
- Assembly
- Dynamicweb.Core.dll
Indicating whether the external logins can be used only for backend, only for frontend or available for both.
public enum ExternalLoginRestriction
Fields
Backend = 1Frontend = 2None = 0