Dropbox .NET SDK

Class TeamMergeRequestCanceledShownToSecondaryTeamDetails

Canceled a team merge request.

Inheritance
object
TeamMergeRequestCanceledShownToSecondaryTeamDetails
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 TeamMergeRequestCanceledShownToSecondaryTeamDetails

Constructors

View Source

TeamMergeRequestCanceledShownToSecondaryTeamDetails(string, string)

Initializes a new instance of the TeamMergeRequestCanceledShownToSecondaryTeamDetails class.

Declaration
public TeamMergeRequestCanceledShownToSecondaryTeamDetails(string sentTo, string sentBy)
Parameters
Type Name Description
string sentTo

The email of the primary team admin that the request was sent to.

string sentBy

The name of the secondary team admin who sent the request originally.

Properties

View Source

SentBy

The name of the secondary team admin who sent the request originally.

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

SentTo

The email of the primary team admin that the request was sent to.

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