Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Appends node to the ConsoleNodeCollection object.
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.ConsoleNodeThe ConsoleNode object to append to the collection.