Class TeamInviteDetails
Details about team invites
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamInviteDetails
Constructors
View SourceTeamInviteDetails(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 SourceAdditionalLicensePurchase
True if the invitation incurred an additional license purchase.
Declaration
public bool? AdditionalLicensePurchase { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
InviteMethod
How the user was invited to the team.
Declaration
public InviteMethod InviteMethod { get; protected set; }
Property Value
| Type | Description |
|---|---|
| InviteMethod |