Click or drag to resize

SettingsProviderIsSettingValid Method

Returns true if value is valid for the given setting.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
bool IsSettingValid(
	string settingId,
	string value
)

Parameters

settingId  String
The setting id.
value  String
The setting's value

Return Value

Boolean
True if value is valid for the given setting.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also