Share via


UpdateableHierarchicalView.Insert method

Causes the DataSourceControl to perform an Insert.

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

Syntax

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

instance.Insert(values, manager)
public abstract void Insert(
    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