Share via


ConsoleNode.ConfigMenu property

Gets or sets how this ConsoleNode object is used with the existing hierarchy.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overridable Property ConfigMenu As ConfigMenuOptions
    Get
    Set
'Usage
Dim instance As ConsoleNode
Dim value As ConfigMenuOptions

value = instance.ConfigMenu

instance.ConfigMenu = value
public virtual ConfigMenuOptions ConfigMenu { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions
A ConfigMenuOptions property value representing the meaning of this ConsoleNode object in the context of the existing hierarchy.

Remarks

You can add ConsoleNode objects to an existing collection, replace an existing node, or represent the deletion of a node in the collection. The ConfigMenu property value represents how this ConsoleNode should be interpreted.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace