Dropbox .NET SDK

Class CreateTeamInviteLinkType

The create team invite link type object

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

Constructors

View Source

CreateTeamInviteLinkType(string)

Initializes a new instance of the CreateTeamInviteLinkType class.

Declaration
public CreateTeamInviteLinkType(string description)
Parameters
Type Name Description
string description

The description

Properties

View Source

Description

Gets the description of the create team invite link type

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