Dropbox .NET SDK

Class TeamMergeRequestCanceledShownToPrimaryTeamDetails

Canceled a team merge request.

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

Constructors

View Source

TeamMergeRequestCanceledShownToPrimaryTeamDetails(string, string)

Initializes a new instance of the TeamMergeRequestCanceledShownToPrimaryTeamDetails class.

Declaration
public TeamMergeRequestCanceledShownToPrimaryTeamDetails(string secondaryTeam, string sentBy)
Parameters
Type Name Description
string secondaryTeam

The secondary team name.

string sentBy

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

Properties

View Source

SecondaryTeam

The secondary team name.

Declaration
public string SecondaryTeam { get; protected set; }
Property Value
Type Description
string
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
In this article
Back to top Dropbox .NET SDK