SPSiteCollection.Item property
Gets the SPSite object at the specified location in the collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the SPSite object at the specified index in the collection. In C#, this property is an indexer for the SPSiteCollection class. | |
Item[String] | Gets the SPSite object at the specified server-relative URL in the collection. |
Top