Show / Hide Table of Contents

Class DeleteTeamInviteLinkDetails

Deleted team invite link.

Inheritance
System.Object
DeleteTeamInviteLinkDetails
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 DeleteTeamInviteLinkDetails

Constructors

| Improve this Doc View Source

DeleteTeamInviteLinkDetails(String)

Initializes a new instance of the DeleteTeamInviteLinkDetails class.

Declaration
public DeleteTeamInviteLinkDetails(string linkUrl)
Parameters
Type Name Description
System.String linkUrl

The invite link url that was deleted.

Properties

| Improve this Doc View Source

LinkUrl

The invite link url that was deleted.

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