Web.GetListItemUsingPath method

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

Syntax

'Declaration
Public Function GetListItemUsingPath ( _
    path As ResourcePath _
) As ListItem
'Usage
Dim instance As Web
Dim path As ResourcePath
Dim returnValue As ListItem

returnValue = instance.GetListItemUsingPath(path)
public ListItem GetListItemUsingPath(
    ResourcePath path
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ListItem

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace