'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
Parameters
- name
- The name of a list template.
Return Value
True if the collection contains a list template with the specified name, false otherwise.