Rename Method |
Top Previous Next |
Renames the profile specified.
VB.NET Syntax
Profiles.Rename (SubKey As String, OldProfile As String, NewProfile As String);
C# Syntax
Profiles.Rename (string SubKey, string OldProfile, string NewProfile);
Remarks
OldProfile parameter is the name of the profile that is going to be renamed and NewProfile parameter is the new name of the profile.
See also Key and FileName properties, and Delete method.
|