Click or drag to resize

ZebraCardTemplateDeleteTemplateFileData Method

Deletes the specified template.

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

Parameters

templateName
Type: SystemString
The name of the template.

Implements

ZebraTemplateDeleteTemplateFileData(String)
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the specified template is not found.
ZebraIllegalArgumentExceptionIf the specified template name is invalid.
ZebraCardExceptionIf there is an error deleting the template file.
See Also