Click or drag to resize

ZebraCardTemplateGetTemplateFields Method

Returns a list of the template fields from the specified XML template.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public List<string> GetTemplateFields(
	string templateName
)

Parameters

templateName
Type: SystemString
The name of a previously saved template. (SaveTemplateFileData(String, String))

Return Value

Type: ListString
List containing the template field names.

Implements

ZebraTemplateGetTemplateFields(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 fields.
See Also