Accusoft.FSInvoices1.Net - Updated
GetTemplate Method (FileTemplateProvider)




Accusoft.FSInvoices Namespace > FileTemplateProvider Class : GetTemplate Method
Company associated with the template.
Vendor associated with the template.
Identifier of the template to retrieve.
Gets the template associated with the specified template identifier.
Syntax
'Declaration
 
Public Function GetTemplate( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templateId As String _
) As TemplatePage
'Usage
 
Dim instance As FileTemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templateId As String
Dim value As TemplatePage
 
value = instance.GetTemplate(company, vendor, templateId)
public TemplatePage GetTemplate( 
   ICompanyData company,
   IVendor vendor,
   string templateId
)
public: TemplatePage* GetTemplate( 
   ICompanyData* company,
   IVendor* vendor,
   string* templateId
) 
public:
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 retrieve.

Return Value

Retrieved template; null if none found.
See Also

Reference

FileTemplateProvider Class
FileTemplateProvider Members