Accusoft.FSInvoices1.Net
GetTemplateIds Method (FileTemplateProvider)




Company associated with the templates.
Vendor associated with the templates.
Gets the identifiers of the templates associated with the specified company and vendor.
Syntax
'Declaration
 
Public Function GetTemplateIds( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor _
) As List(Of String)
'Usage
 
Dim instance As FileTemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim value As List(Of String)
 
value = instance.GetTemplateIds(company, vendor)
public List<string> GetTemplateIds( 
   ICompanyData company,
   IVendor vendor
)
public: List<string*>* GetTemplateIds( 
   ICompanyData* company,
   IVendor* vendor
) 
public:
List<String^>^ GetTemplateIds( 
   ICompanyData^ company,
   IVendor^ vendor
) 

Parameters

company
Company associated with the templates.
vendor
Vendor associated with the templates.

Return Value

Identifiers of the templates associated with the specified company and vendor.
See Also

Reference

FileTemplateProvider Class
FileTemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback