ConfigMenuOptions enumeration

Represents the actions that are performed on a specified ConsoleNode object when it is added to an existing ConsoleNodeCollection.

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

Syntax

'Declaration
Public Enumeration ConfigMenuOptions
'Usage
Dim instance As ConfigMenuOptions
public enum ConfigMenuOptions

Members

Member name Description
Add Adds a ConsoleNode to the current ConsoleNodeCollection without modifying any existing ConsoleNodes in the collection.
Replace The ConsoleNode being added will replace another ConsoleNode in the current ConsoleNodeCollection which has a specified ID.
Modify The ConsoleNode being added modifies properties of another ConsoleNode in the current ConsoleNodeCollection that has a specified ID. Other properties remain unchanged unless they are specifically modified.
Delete Adds a ConsoleNode to the collection, which causes an existing ConsoleNode in the current ConsoleNodeCollection to be removed.

Remarks

In every case except the Add method, the ConsoleNodeCollection.Add() method does not increase the count of the current collection. When the Delete method is used, the count decreases.

See also

Reference

Microsoft.SharePoint.Publishing.WebControls namespace