Views.UpdateViewHtml 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/UpdateViewHtml", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function UpdateViewHtml ( _
listName As String, _
viewName As String, _
viewProperties As XmlNode, _
toolbar As XmlNode, _
viewHeader As XmlNode, _
viewBody As XmlNode, _
viewFooter As XmlNode, _
viewEmpty As XmlNode, _
rowLimitExceeded 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 toolbar As XmlNode
Dim viewHeader As XmlNode
Dim viewBody As XmlNode
Dim viewFooter As XmlNode
Dim viewEmpty As XmlNode
Dim rowLimitExceeded 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.UpdateViewHtml(listName, _
viewName, viewProperties, toolbar, _
viewHeader, viewBody, viewFooter, _
viewEmpty, rowLimitExceeded, query, _
viewFields, aggregations, formats, _
rowLimit)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateViewHtml", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode UpdateViewHtml(
string listName,
string viewName,
XmlNode viewProperties,
XmlNode toolbar,
XmlNode viewHeader,
XmlNode viewBody,
XmlNode viewFooter,
XmlNode viewEmpty,
XmlNode rowLimitExceeded,
XmlNode query,
XmlNode viewFields,
XmlNode aggregations,
XmlNode formats,
XmlNode rowLimit
)
Parameters
- listName
Type: System.String
- viewName
Type: System.String
- viewProperties
Type: System.Xml.XmlNode
- toolbar
Type: System.Xml.XmlNode
- viewHeader
Type: System.Xml.XmlNode
- viewBody
Type: System.Xml.XmlNode
- viewFooter
Type: System.Xml.XmlNode
- viewEmpty
Type: System.Xml.XmlNode
- rowLimitExceeded
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