Show / Hide Table of Contents

Class SecondaryTeamRequestAcceptedDetails

Team merge request acceptance details shown to the secondary team

Inheritance
System.Object
SecondaryTeamRequestAcceptedDetails
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 SecondaryTeamRequestAcceptedDetails

Constructors

| Improve this Doc View Source

SecondaryTeamRequestAcceptedDetails(String, String)

Initializes a new instance of the SecondaryTeamRequestAcceptedDetails class.

Declaration
public SecondaryTeamRequestAcceptedDetails(string primaryTeam, string sentBy)
Parameters
Type Name Description
System.String primaryTeam

The primary team name.

System.String sentBy

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

Properties

| Improve this Doc View Source

PrimaryTeam

The primary team name.

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