Web.GetViewFromPath method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetViewFromPath ( _
listPath As ResourcePath _
) As View
'Usage
Dim instance As Web
Dim listPath As ResourcePath
Dim returnValue As View
returnValue = instance.GetViewFromPath(listPath)
public View GetViewFromPath(
ResourcePath listPath
)
Parameters
- listPath
Type: Microsoft.SharePoint.Client.ResourcePath
Return value
Type: Microsoft.SharePoint.Client.View