Click or drag to resize

ProfileIsSettingValid Method

Returns true if value is valid for the given setting.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public bool IsSettingValid(
	string settingId,
	string value
)

Parameters

settingId
Type: SystemString
The setting id.
value
Type: SystemString
The setting's value

Return Value

Type: Boolean
True if value is valid for the given setting.

Implements

SettingsProviderIsSettingValid(String, String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also