UtilityRenameSubKey Method Ipswitch.Messaging.Framework

[Missing <summary> documentation for "M:IMailAPI_NET.Utility.RenameSubKey(Microsoft.Win32.RegistryKey,System.String,System.String)"]

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static bool RenameSubKey(
	RegistryKey parentKey,
	string subKeyName,
	string newSubKeyName
)

Parameters

parentKey
Type: Microsoft.Win32RegistryKey

[Missing <param name="parentKey"/> documentation for "M:IMailAPI_NET.Utility.RenameSubKey(Microsoft.Win32.RegistryKey,System.String,System.String)"]

subKeyName
Type: SystemString

[Missing <param name="subKeyName"/> documentation for "M:IMailAPI_NET.Utility.RenameSubKey(Microsoft.Win32.RegistryKey,System.String,System.String)"]

newSubKeyName
Type: SystemString

[Missing <param name="newSubKeyName"/> documentation for "M:IMailAPI_NET.Utility.RenameSubKey(Microsoft.Win32.RegistryKey,System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IMailAPI_NET.Utility.RenameSubKey(Microsoft.Win32.RegistryKey,System.String,System.String)"]

See Also

Reference