List.RenderListData method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function RenderListData ( _
viewXml As String _
) As ClientResult(Of String)
'Usage
Dim instance As List
Dim viewXml As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.RenderListData(viewXml)
public ClientResult<string> RenderListData(
string viewXml
)
Parameters
- viewXml
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>