SP.ContentTypeCollection.item Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets the element at the specified index of the collection.
var value = SP.ContentTypeCollection.get_item();
Property Value
Type: SP.ContentType
The element at the specified index of the SP.ContentTypeCollection.
Applies To
SP.ContentTypeCollection Class
Remarks
This method is an O(1) operation.
See Also
Reference
SP.ContentTypeCollection Methods