ManagementAuthorizationProvider.RenameConfigurationPath 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.
When overridden in a derived class, renames a configuration path.
public:
abstract void RenameConfigurationPath(System::String ^ configurationPath, System::String ^ newConfigurationPath);
public abstract void RenameConfigurationPath (string configurationPath, string newConfigurationPath);
abstract member RenameConfigurationPath : string * string -> unit
Public MustOverride Sub RenameConfigurationPath (configurationPath As String, newConfigurationPath As String)
Parameters
- configurationPath
- String
The old configuration path.
- newConfigurationPath
- String
The new configuration path.
Exceptions
configurationPath
or newConfigurationPath
is null
or empty.