Click or drag to resize

ZebraCardTemplateGetTemplateFileNames Method

Returns a list of the stored template names.

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

Return Value

Type: ListString
A List containing the stored template names.

Implements

ZebraTemplateGetTemplateFileNames
Exceptions
ExceptionCondition
IOExceptionIf an error occurs while accessing the stored templates.
See Also