Dropbox .NET SDK

Class TeamMergeRequestSentShownToPrimaryTeamDetails

Requested to merge their Dropbox team into yours.

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

Constructors

View Source

TeamMergeRequestSentShownToPrimaryTeamDetails(string, string)

Initializes a new instance of the TeamMergeRequestSentShownToPrimaryTeamDetails class.

Declaration
public TeamMergeRequestSentShownToPrimaryTeamDetails(string secondaryTeam, string sentTo)
Parameters
Type Name Description
string secondaryTeam

The secondary team name.

string sentTo

The name of the primary team admin the request was sent to.

Properties

View Source

SecondaryTeam

The secondary team name.

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

SentTo

The name of the primary team admin 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