| 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
Syntaxpublic void Validate(
string key,
AppSettingValue value
)
Parameters
- key
- Type: SystemString
The setting key. - value
- Type: Omada.OE.ModelAppSettingValue
The setting value.
See Also