Class FormsRecaptchaMode
Forms recaptcha mode
Inheritance
System.Object
FormsRecaptchaMode
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class FormsRecaptchaMode : Enum
Fields
GlobalKeysExist
1: Global recaptcha keys are configured
Declaration
public const FormsRecaptchaMode GlobalKeysExist
Field Value
Type | Description |
---|---|
FormsRecaptchaMode |
KeysNeeded
2: Recaptcha keys need to be supplied
Declaration
public const FormsRecaptchaMode KeysNeeded
Field Value
Type | Description |
---|---|
FormsRecaptchaMode |
NotAvailable
0: Recpatcha is turned off
Declaration
public const FormsRecaptchaMode NotAvailable
Field Value
Type | Description |
---|---|
FormsRecaptchaMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)