Share via


ManagementAuthorizationProvider.RenameConfigurationPath Method

Definition

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.

Applies to