Share via


ConsoleNode.ChangedNodeId property

Gets or sets the identifier (ID) of the ConsoleNode object being replaced, modified, or deleted.

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

Syntax

'Declaration
Public Property ChangedNodeId As String
    Get
    Set
'Usage
Dim instance As ConsoleNode
Dim value As String

value = instance.ChangedNodeId

instance.ChangedNodeId = value
public string ChangedNodeId { get; set; }

Property value

Type: System.String
A string representing the original ID of a ConsoleNode object.

Remarks

The string representing the original ID of a ConsoleNode object may be modified.

When you use the ConfigMenuOptions.Replace, ConfigMenuOptions.Modify, or ConfigOptions.Delete options, you must specify both the OriginalId property of the ConsoleNode being modified or deleted and the ID of the new node. These two IDs must be different.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace