Click or drag to resize

SettingsValidatorValidateSettings Method

Validates app settings.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ValidateSettings(
	IEnumerable<AppSetting> settings
)

Parameters

settings
Type: System.Collections.GenericIEnumerableAppSetting
The app settings.
See Also