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 SourceDeleteTeamInviteLinkDetails(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 SourceLinkUrl
The invite link url that was deleted.
Declaration
public string LinkUrl { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |