Show / Hide Table of Contents

PutCommand Constructor

PutCommand()

Constructs an instance of the PutCommand class.

C#
public PutCommand()

PutCommand(Credential)

Constructs an instance of the PutCommand class.

C#
public PutCommand(Credential credential)

Parameters

Type Name Description
Credential credential

The credential to add or overwrite.

Exceptions

Type Condition
ArgumentNullException

The credential is null.

In this article
Back to top Generated by DocFX