Click or drag to resize

ZebraTemplateSetTemplateFileDirectory Method

Sets the directory location for retrieving/storing template files.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetTemplateFileDirectory(
	string directoryPath
)

Parameters

directoryPath
Type: SystemString
The directory path for template files.
Exceptions
ExceptionCondition
IOExceptionIf there is an error accessing or creating the template file directory.
ZebraIllegalArgumentExceptionIf the directoryPath is invalid.
See Also