Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- path
Type: Microsoft.SharePoint.Client.ResourcePath
Return value
Type: Microsoft.SharePoint.Client.ListItem