Class CreateTeamInviteLinkDetails
Created team invite link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class CreateTeamInviteLinkDetails
Constructors
View SourceCreateTeamInviteLinkDetails(string, string)
Initializes a new instance of the CreateTeamInviteLinkDetails class.
Declaration
public CreateTeamInviteLinkDetails(string linkUrl, string expiryDate)
Parameters
| Type | Name | Description |
|---|---|---|
| string | linkUrl | The invite link url that was created. |
| string | expiryDate | The expiration date of the invite link. |
Properties
View SourceExpiryDate
The expiration date of the invite link.
Declaration
public string ExpiryDate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkUrl
The invite link url that was created.
Declaration
public string LinkUrl { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |