Share via


UpdateableHierarchicalView.Update method

Causes the DataSourceControl to perform an Update.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride Sub Update ( _
    values As IOrderedDictionary, _
    manager As XmlNamespaceManager _
)
'Usage
Dim instance As UpdateableHierarchicalView
Dim values As IOrderedDictionary
Dim manager As XmlNamespaceManager

instance.Update(values, manager)
public abstract void Update(
    IOrderedDictionary values,
    XmlNamespaceManager manager
)

Parameters

  • manager
    Type: System.Xml.XmlNamespaceManager

    The XmlNamespaceManager contains namespace and prefix information that may be needed by the IOrderedDictionary.

See also

Reference

UpdateableHierarchicalView class

UpdateableHierarchicalView members

Microsoft.SharePoint.WebControls namespace