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()
Function GetTemplateFileNames As List(Of String)
List<String^>^ GetTemplateFileNames()
Return Value
Type:
ListStringA
List containing the stored template names.
Exceptions Exception | Condition |
---|
IOException | If an error occurs while accessing the stored templates. |
See Also