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
- uniqueId
Typ: System.Guid
Rückgabewert
Typ: Microsoft.SharePoint.Client.Folder