Accusoft.FSInvoices1.Net
SaveTemplate Method (ITemplateProvider)




Company associated with the template.
Vendor associated with the template.
Template to save.
Saves the specified template.
Syntax
'Declaration
 
Sub SaveTemplate( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templatePage As TemplatePage _
) 
'Usage
 
Dim instance As ITemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templatePage As TemplatePage
 
instance.SaveTemplate(company, vendor, templatePage)
void SaveTemplate( 
   ICompanyData company,
   IVendor vendor,
   TemplatePage templatePage
)
void SaveTemplate( 
   ICompanyData* company,
   IVendor* vendor,
   TemplatePage* templatePage
) 
void SaveTemplate( 
   ICompanyData^ company,
   IVendor^ vendor,
   TemplatePage^ templatePage
) 

Parameters

company
Company associated with the template.
vendor
Vendor associated with the template.
templatePage
Template to save.
See Also

Reference

ITemplateProvider Interface
ITemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback