Click or drag to resize

ZebraTemplateGetTemplateFileNames Method

Returns a list of the stored template names.

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

Return Value

Type: ListString
A List containing the stored template names.
Exceptions
ExceptionCondition
IOExceptionIf an error occurs while accessing the stored templates.
See Also