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 SourceTeamInviteDetails(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 SourceAdditionalLicensePurchase
True if the invitation incurred an additional license purchase.
Declaration
public bool? AdditionalLicensePurchase { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
InviteMethod
How the user was invited to the team.
Declaration
public InviteMethod InviteMethod { get; protected set; }
Property Value
Type | Description |
---|---|
InviteMethod |