Dropbox .NET SDK

Class CreateTeamInviteLinkDetails

Created team invite link.

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

Constructors

View Source

CreateTeamInviteLinkDetails(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 Source

ExpiryDate

The expiration date of the invite link.

Declaration
public string ExpiryDate { get; protected set; }
Property Value
Type Description
string
View Source

LinkUrl

The invite link url that was created.

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