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