Show / Hide Table of Contents

Class TeamMergeRequestSentShownToPrimaryTeamDetails

Requested to merge their Dropbox team into yours.

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

Constructors

| Improve this Doc View Source

TeamMergeRequestSentShownToPrimaryTeamDetails(String, String)

Initializes a new instance of the TeamMergeRequestSentShownToPrimaryTeamDetails class.

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

The secondary team name.

System.String sentTo

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

Properties

| Improve this Doc View Source

SecondaryTeam

The secondary team name.

Declaration
public string SecondaryTeam { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMergeRequestSentShownToPrimaryTeamDetails(String, String)
  • Properties
    • SecondaryTeam
    • SentTo
Back to top Generated by DocFX