ZebraCardTemplateGenerateTemplateDataJob 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
Syntaxpublic TemplateJob GenerateTemplateDataJob(
	string templateData,
	Dictionary<string, string> fieldDataMap
)
Public Function GenerateTemplateDataJob ( 
	templateData As String,
	fieldDataMap As Dictionary(Of String, String)
) As TemplateJob
public:
virtual TemplateJob^ GenerateTemplateDataJob(
	String^ templateData, 
	Dictionary<String^, String^>^ fieldDataMap
) sealed
Parameters
- templateData
 - Type: SystemString
The XML formatted template data. - 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
ZebraTemplateGenerateTemplateDataJob(String, DictionaryString, String)
Exceptions
See Also