Class CreateTeamInviteLinkDetails
Created team invite link.
Inheritance
System.Object
CreateTeamInviteLinkDetails
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 CreateTeamInviteLinkDetails
Constructors
| Improve this Doc View SourceCreateTeamInviteLinkDetails(String, String)
Initializes a new instance of the CreateTeamInviteLinkDetails class.
Declaration
public CreateTeamInviteLinkDetails(string linkUrl, string expiryDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | linkUrl | The invite link url that was created. |
System.String | expiryDate | The expiration date of the invite link. |
Properties
| Improve this Doc View SourceExpiryDate
The expiration date of the invite link.
Declaration
public string ExpiryDate { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
LinkUrl
The invite link url that was created.
Declaration
public string LinkUrl { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |