Accusoft.FSInvoices1.Net
GetTemplate Method (ITemplateProvider)




Company associated with the template.
Vendor associated with the template.
Identifier of the template to be retrieved.
Gets the template associated with the specified template identifier.
Syntax
'Declaration
 
Function GetTemplate( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templateId As String _
) As TemplatePage
'Usage
 
Dim instance As ITemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templateId As String
Dim value As TemplatePage
 
value = instance.GetTemplate(company, vendor, templateId)
TemplatePage GetTemplate( 
   ICompanyData company,
   IVendor vendor,
   string templateId
)
TemplatePage* GetTemplate( 
   ICompanyData* company,
   IVendor* vendor,
   string* templateId
) 
TemplatePage^ GetTemplate( 
   ICompanyData^ company,
   IVendor^ vendor,
   String^ templateId
) 

Parameters

company
Company associated with the template.
vendor
Vendor associated with the template.
templateId
Identifier of the template to be retrieved.

Return Value

Retrieved template; null if none found.
See Also

Reference

ITemplateProvider Interface
ITemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback