SPWebPartCollection.Item Property
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Obsolete. Gets the specified Web Part object from the collection.
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Obsolete. Obsolete. Gets the Web Part object with the specified GUID from the collection. In C#, this property is an indexer for the SPWebPartCollection class. | |
Item[Int32] | Obsolete. Obsolete. Gets the Web Part object at the specified index in the collection. In C#, this property is an indexer for the SPWebPartCollection class. |
Top