Freigeben über


Web.GetFolderById-Methode

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetFolderById ( _
    uniqueId As Guid _
) As Folder
'Usage
Dim instance As Web
Dim uniqueId As Guid
Dim returnValue As Folder

returnValue = instance.GetFolderById(uniqueId)
public Folder GetFolderById(
    Guid uniqueId
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.Folder

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace