ModifyWebPartsNode constructor (ConsoleNode)
Constructs an instance of a ModifyWebPartsNode object.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
node As ConsoleNode _
)
'Usage
Dim node As ConsoleNode
Dim instance As New ModifyWebPartsNode(node)
public ModifyWebPartsNode(
ConsoleNode node
)
Parameters
node
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeA ConsoleNode object that represents the console node that is being modified.
See also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace