Views.UpdateView Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateView", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function UpdateView ( _
listName As String, _
viewName As String, _
viewProperties As XmlNode, _
query As XmlNode, _
viewFields As XmlNode, _
aggregations As XmlNode, _
formats As XmlNode, _
rowLimit As XmlNode _
) As XmlNode
'Usage
Dim instance As Views
Dim listName As String
Dim viewName As String
Dim viewProperties As XmlNode
Dim query As XmlNode
Dim viewFields As XmlNode
Dim aggregations As XmlNode
Dim formats As XmlNode
Dim rowLimit As XmlNode
Dim returnValue As XmlNode
returnValue = instance.UpdateView(listName, _
viewName, viewProperties, query, _
viewFields, aggregations, formats, _
rowLimit)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateView", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode UpdateView(
string listName,
string viewName,
XmlNode viewProperties,
XmlNode query,
XmlNode viewFields,
XmlNode aggregations,
XmlNode formats,
XmlNode rowLimit
)
Parameters
- listName
Type: System.String
- viewName
Type: System.String
- viewProperties
Type: System.Xml.XmlNode
- query
Type: System.Xml.XmlNode
- viewFields
Type: System.Xml.XmlNode
- aggregations
Type: System.Xml.XmlNode
- formats
Type: System.Xml.XmlNode
- rowLimit
Type: System.Xml.XmlNode
Return Value
Type: System.Xml.XmlNode