RMProfileClient.TryRenameContext(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rename the given named context
public bool TryRenameContext (string sourceContext, string targetContext);
member this.TryRenameContext : string * string -> bool
Public Function TryRenameContext (sourceContext As String, targetContext As String) As Boolean
Parameters
- sourceContext
- String
The name of the context to change
- targetContext
- String
The enw name for the context
Returns
true if the rename was successful, otherwise falkse