ModifyWebPartsNode.ChildConsoleNodes Property
Identifies selected console nodes as child nodes.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ChildConsoleNodes As ConsoleNodeCollection
Get
'Usage
Dim instance As ModifyWebPartsNode
Dim value As ConsoleNodeCollection
value = instance.ChildConsoleNodes
public override ConsoleNodeCollection ChildConsoleNodes { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection
Specifies all child console nodes.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace