Click or drag to resize

JobControlProviderIsJobSettingValid Method

Returns true if value is valid for the given setting.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
bool IsJobSettingValid(
	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.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also