ConsoleNode.OriginalId property
Gets or sets the original identifier (ID) of this ConsoleNode before an associated action modifies it.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property OriginalId As String
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As String
value = instance.OriginalId
instance.OriginalId = value
public string OriginalId { get; set; }
Property value
Type: System.String
A string representing the original ID of a ConsoleNode object before it is modified.
Remarks
This property is used to maintain consistency internally between ConsoleNode objects and associated ConsoleAction objects.
Setting this property is usually unnecessary.