Show / Hide Table of Contents

Class SecondaryTeamRequestCanceledDetails

Team merge request cancellation details shown to the secondary team

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

Constructors

| Improve this Doc View Source

SecondaryTeamRequestCanceledDetails(String, String)

Initializes a new instance of the SecondaryTeamRequestCanceledDetails class.

Declaration
public SecondaryTeamRequestCanceledDetails(string sentTo, string sentBy)
Parameters
Type Name Description
System.String sentTo

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

System.String sentBy

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

Properties

| 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

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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SecondaryTeamRequestCanceledDetails(String, String)
  • Properties
    • SentBy
    • SentTo
Back to top Generated by DocFX