Accusoft.FSInvoices1.Net - Updated
GetTemplateIds Method (ITemplateProvider)




Accusoft.FSInvoices Namespace > ITemplateProvider Interface : GetTemplateIds Method
Company associated with the template.
Vendor associated with the template.
Gets the identifiers of the templates associated with a given company and vendor.
Syntax
'Declaration
 
Function GetTemplateIds( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor _
) As List(Of String)
'Usage
 
Dim instance As ITemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim value As List(Of String)
 
value = instance.GetTemplateIds(company, vendor)
List<string> GetTemplateIds( 
   ICompanyData company,
   IVendor vendor
)
List<string*>* GetTemplateIds( 
   ICompanyData* company,
   IVendor* vendor
) 
List<String^>^ GetTemplateIds( 
   ICompanyData^ company,
   IVendor^ vendor
) 

Parameters

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

Return Value

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

Reference

ITemplateProvider Interface
ITemplateProvider Members