ZebraCardTemplateGenerateTemplateJob Method
|
Returns an instance of the TemplateJob object containing the job specific data.
Namespace:
Zebra.Sdk.Card.Job.Template
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax public TemplateJob GenerateTemplateJob(
string templateName,
Dictionary<string, string> fieldDataMap
)
Public Function GenerateTemplateJob (
templateName As String,
fieldDataMap As Dictionary(Of String, String)
) As TemplateJob
public:
virtual TemplateJob^ GenerateTemplateJob(
String^ templateName,
Dictionary<String^, String^>^ fieldDataMap
) sealed
Parameters
- templateName
- Type: SystemString
The name of the template. - fieldDataMap
- Type: System.Collections.GenericDictionaryString, String
A Dictionary object containing the template field names as the keys and the template field values for the key values.
Return Value
Type:
TemplateJobA
TemplateJob object containing the required job specific data.
Implements
ZebraTemplateGenerateTemplateJob(String, DictionaryString, String)Exceptions See Also