Show / Hide Table of Contents

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 Source

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

ExpiryDate

The expiration date of the invite link.

Declaration
public string ExpiryDate { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LinkUrl

The invite link url that was created.

Declaration
public string LinkUrl { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CreateTeamInviteLinkDetails(String, String)
  • Properties
    • ExpiryDate
    • LinkUrl
Back to top Generated by DocFX