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

Return value

Type: Microsoft.SharePoint.Client.View

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace