'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.