Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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