SP.ContentTypeCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Applies To
Remarks
Gets the element at the specified index of the collection.
var value = SP.ContentTypeCollection.itemAt(index);
Parameters
index
Type: Int32
The zero-based index of the element.
Return 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