| SettingsValidatorValidateSettings Method |
Validates app settings.
Namespace:
Omada.OE.AppLogic.Helpers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void ValidateSettings(
IEnumerable<AppSetting> settings
)
Parameters
- settings
- Type: System.Collections.GenericIEnumerableAppSetting
The app settings.
See Also