Item(System.Guid) Property

The Item property of the DocumentWorkspaceCollection class gets a DocumentWorkspace object from the collection with the specified identifier.

Parameters

workspaceId   The GUID representing the primary key of the DocumentWorkspace object in the PortalWorkspaces table.

Property Value

An instance of Microsoft.SharePoint.Portal.Topology.DocumentWorkspace that represents an object in the DocumentWorkspaceCollection class.

Remarks

The Item property calls the proc_getPortalWorkspaceById stored procedure to return the DocumentWorkspace object that has workspaceId as its primary key value in the PortalWorkspaces table.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security