Click or drag to resize

ZebraCardTemplateGetTemplateDataFields Method

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

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

Parameters

templateData
Type: SystemString
The XML formatted template data.

Return Value

Type: ListString
A List containing the template field names.

Implements

ZebraTemplateGetTemplateDataFields(String)
Exceptions
ExceptionCondition
IOExceptionIf an error occurs while accessing the requested template.
ZebraIllegalArgumentExceptionIf the specified template data is invalid.
ZebraCardExceptionIf there is an error retrieving the template data fields.
See Also