ScopeNode.OnRename Method (String, SyncStatus)

 

Changes the name of the scope node when the Rename verb is triggered.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

C#
protected virtual void OnRename(
    string newText,
    SyncStatus status
)

Parameters

  • newText
    Type: System.String

    The text for the new name of the scope node.

See Also

StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs

Return to top