[]
Checks whether this collection contains a list template with a specified name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The name of a list template. |
Type | Description |
---|---|
bool | True if the collection contains a list template with the specified name, false otherwise. |