SPListTemplateCollection.Item property
Gets the specified list definition or list template object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the list definition or list template object at the specified index in the collection. In Microsoft Visual C#, this property is an indexer for the SPListTemplateCollection class. | |
Item[String] | Gets the list definitions or list template object with the specified name from the collection. In Microsoft Visual C#, this property is an indexer for the SPListTemplateCollection class. |
Top
See also
Reference
SPListTemplateCollection class