Item(System.Guid) Property
The Item property of the PortalSiteCollection class gets a PortalSite object from the collection with the specified identifier.
Parameters
siteId The GUID representing the primary key of the site in the PortalSites table.
Property Value
A Microsoft.SharePoint.Portal.Topology.PortalSite that represents an object in the PortalSiteCollection.
Remarks
The Item property calls the proc_getPortalSiteById stored procedure to return the PortalSite object that has portalSiteId as its primary key value in the PortalSites table of the configuration database.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security