ConsoleNodeCollection.Add Method
Appends node to the ConsoleNodeCollection.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Add ( _
node As ConsoleNode _
)
'Usage
Dim instance As ConsoleNodeCollection
Dim node As ConsoleNode
instance.Add(node)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Add(
ConsoleNode node
)
Parameters
- node
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
The ConsoleNode object to append to the collection.