• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TeamInviteDetails

Details about team invites

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

Constructors

| Improve this Doc View Source

TeamInviteDetails(InviteMethod, Nullable<Boolean>)

Initializes a new instance of the TeamInviteDetails class.

Declaration
public TeamInviteDetails(InviteMethod inviteMethod, bool? additionalLicensePurchase = null)
Parameters
Type Name Description
InviteMethod inviteMethod

How the user was invited to the team.

System.Nullable<System.Boolean> additionalLicensePurchase

True if the invitation incurred an additional license purchase.

Properties

| Improve this Doc View Source

AdditionalLicensePurchase

True if the invitation incurred an additional license purchase.

Declaration
public bool? AdditionalLicensePurchase { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

InviteMethod

How the user was invited to the team.

Declaration
public InviteMethod InviteMethod { get; protected set; }
Property Value
Type Description
InviteMethod
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamInviteDetails(InviteMethod, Nullable<Boolean>)
  • Properties
    • AdditionalLicensePurchase
    • InviteMethod
Back to top Generated by DocFX