'Declaration Public Overloads Function Add( _ ByVal isMultiLevel As System.Boolean, _ ByVal name As System.String _ ) As ListTemplate
public ListTemplate Add( System.bool isMultiLevel, System.string name )
Parameters
- isMultiLevel
- Indicates whether the new list template should be multilevel.
- name
- The name for the list template.
Return Value
The newly created list template.