SPWebCollection.Item property
Gets the specified element from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the element with the specified GUID from the collection. In C#, this property is an indexer for the SPWebCollection class. | |
Item[Int32] | Gets the element at the specified index in the collection. In C#, this property is an indexer for the SPWebCollection class. | |
Item[String] | Gets the element with the specified site-relative URL from the collection. |
Top