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
values
Type: System.Collections.Specialized.IOrderedDictionaryThe items in the dictionary represent values to insert.
manager
Type: System.Xml.XmlNamespaceManagerThe XmlNamespaceManager contains namespace and prefix information that may be needed by the IOrderedDictionary.
See also
Reference
UpdateableHierarchicalView class