Click or drag to resize

SettingsValidatorValidate Method

Validates single app setting.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void Validate(
	string key,
	AppSettingValue value
)

Parameters

key
Type: SystemString
The setting key.
value
Type: Omada.OE.ModelAppSettingValue
The setting value.
See Also