Click or drag to resize

ZebraCardTemplateSaveTemplateFileData Method

Saves the specified template data.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public void SaveTemplateFileData(
	string templateName,
	string templateData
)

Parameters

templateName
Type: SystemString
The name of the template.
templateData
Type: SystemString
The XML formatted template data.

Implements

ZebraTemplateSaveTemplateFileData(String, String)
Exceptions
ExceptionCondition
IOExceptionIf there is an error saving the templateData to a file.
ZebraIllegalArgumentExceptionIf the arguments are invalid or the specified templateName already exists.
See Also