SPContentTypeCollection.Item Property
Include Protected Members
Include Inherited Members
Gets the specified content type from the collection.
Overload List
Name | Description | |
---|---|---|
Item[Int32] | Gets the content type at the specified index in the collection. | |
Item[String] | Gets the content type that has the specified name. | |
Item[SPContentTypeId] | Gets the content type that has the specified content type identifier (ID). |
Top