Show / Hide Table of Contents

RenameCommand Constructor

RenameCommand()

Constructs an instance of the RenameCommand class.

C#
public RenameCommand()

RenameCommand(Credential, string?, string)

Constructs an instance of the RenameCommand class.

C#
public RenameCommand(Credential credential, string? newIssuer, string newAccount)

Parameters

Type Name Description
Credential credential

The credential to edit.

string newIssuer

The new issuer.

string newAccount

The new account name.

Exceptions

Type Condition
ArgumentNullException

The credential to rename is null, or the new account name to set is null, empty or consists only of white-space characters.

In this article
Back to top Generated by DocFX