ConsoleNode.ChangedNodeId Property
Gets or sets the 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 Console Node 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.