Dropbox .NET SDK

Class TeamInviteDetails

Details about team invites

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

Constructors

View Source

TeamInviteDetails(InviteMethod, bool?)

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.

bool? additionalLicensePurchase

True if the invitation incurred an additional license purchase.

Properties

View Source

AdditionalLicensePurchase

True if the invitation incurred an additional license purchase.

Declaration
public bool? AdditionalLicensePurchase { get; protected set; }
Property Value
Type Description
bool?
View Source

InviteMethod

How the user was invited to the team.

Declaration
public InviteMethod InviteMethod { get; protected set; }
Property Value
Type Description
InviteMethod
  • View Source
In this article
Back to top Dropbox .NET SDK