Web.GetListUsingPath method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetListUsingPath ( _
    path As ResourcePath _
) As List
'Usage
Dim instance As Web
Dim path As ResourcePath
Dim returnValue As List

returnValue = instance.GetListUsingPath(path)
public List GetListUsingPath(
    ResourcePath path
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.List

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace