List.GetView Method
Returns the list view with the specified view identifier.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetView ( _
viewGuid As Guid _
) As View
'Usage
Dim instance As List
Dim viewGuid As Guid
Dim returnValue As View
returnValue = instance.GetView(viewGuid)
[RemoteAttribute]
public View GetView(
Guid viewGuid
)
Parameters
viewGuid
Type: System.GuidSpecifies the view identifier.
Return Value
Type: Microsoft.SharePoint.Client.View
Returns a View instance representing the list view with the specified view identifier.
Exceptions
Exception | Condition |
---|---|
[System.ArgumentException] | List view does not exist. Error code: -2147024809. |
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |
Remarks
If an empty GUID is specified it must return the default view of the list.