Dropbox .NET SDK

Class SignSignatureRequestCompletedDetails

Completed signature request.

Inheritance
object
SignSignatureRequestCompletedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SignSignatureRequestCompletedDetails

Constructors

View Source

SignSignatureRequestCompletedDetails(string, string)

Initializes a new instance of the SignSignatureRequestCompletedDetails class.

Declaration
public SignSignatureRequestCompletedDetails(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 Source

FileName

The name of the related file.

Declaration
public string FileName { get; protected set; }
Property Value
Type Description
string
View Source

Recipient

The recipient of the signature request.

Declaration
public string Recipient { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK