Class SignSignatureRequestCanceledDetails
Canceled signature request.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SignSignatureRequestCanceledDetails
Constructors
View SourceSignSignatureRequestCanceledDetails(string, string)
Initializes a new instance of the SignSignatureRequestCanceledDetails class.
Declaration
public SignSignatureRequestCanceledDetails(string recipient, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | recipient | The recipient of the signature request. |
| string | fileName | The name of the related file. |
Properties
View SourceFileName
The name of the related file.
Declaration
public string FileName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Recipient
The recipient of the signature request.
Declaration
public string Recipient { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |