'Declaration Function GetTemplate( _ ByVal company As ICompanyData, _ ByVal vendor As IVendor, _ ByVal templateId As String _ ) As TemplatePage
'Usage Dim instance As ITemplateProvider Dim company As ICompanyData Dim vendor As IVendor Dim templateId As String Dim value As TemplatePage value = instance.GetTemplate(company, vendor, templateId)
TemplatePage GetTemplate( ICompanyData company, IVendor vendor, string templateId )
TemplatePage* GetTemplate( ICompanyData* company, IVendor* vendor, string* templateId )
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 be retrieved.
Return Value
Retrieved template; null if none found.