RemoteWeb.GetListById method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetListById ( _
listGuid As Guid _
) As List
'Usage
Dim instance As RemoteWeb
Dim listGuid As Guid
Dim returnValue As List
returnValue = instance.GetListById(listGuid)
public List GetListById(
Guid listGuid
)
Parameters
- listGuid
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.List