'Declaration Public Overloads Function Add( _ ByVal templateId As BuiltInListTemplateId, _ ByVal name As System.String _ ) As ListTemplate
public ListTemplate Add( BuiltInListTemplateId templateId, System.string name )
Parameters
- templateId
- The id of a built in list template.
- name
- The name for the list template.
Return Value
The newly created list template.