Click or drag to resize

ZebraTemplateSaveTemplateFileData Method

Saves the specified template data.

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

Parameters

templateName
Type: SystemString
The name of the template.
templateData
Type: SystemString
The XML formatted template data.
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