Click or drag to resize

SettingsValidatorRegisterValidation Method

Registers validation method for specific setting.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void RegisterValidation(
	string key,
	Action<AppSettingValue> validationMethod
)

Parameters

key
Type: SystemString
The setting key.
validationMethod
Type: SystemActionAppSettingValue
The setting validation method.
See Also