Click or drag to resize

ZebraCardTemplateSetTemplateFileDirectory Method

Sets the directory location for retrieving/storing template files.

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

Parameters

directoryPath
Type: SystemString
The directory path for template files.

Implements

ZebraTemplateSetTemplateFileDirectory(String)
Exceptions
ExceptionCondition
IOExceptionIf there is an error accessing or creating the template file directory.
ZebraIllegalArgumentExceptionIf the directoryPath is invalid.
See Also