Click or drag to resize

ZebraCardTemplateGetTemplateFileData Method

Returns 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 string GetTemplateFileData(
	string templateName
)

Parameters

templateName
Type: SystemString
The name of the template.

Return Value

Type: String
The XML formatted template data.

Implements

ZebraTemplateGetTemplateFileData(String)
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the specified template is not found.
IOExceptionIf an error occurs while accessing the requested template.
ZebraIllegalArgumentExceptionIf the specified template name is invalid.
ZebraCardExceptionIf there is an error retrieving the template data.
See Also