Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkAction

Actions that can be performed on a link.

Inheritance
object
LinkAction
LinkAction.ChangeAccessLevel
LinkAction.ChangeAudience
LinkAction.Other
LinkAction.RemoveExpiry
LinkAction.RemovePassword
LinkAction.SetExpiry
LinkAction.SetPassword
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkAction

Constructors

View Source

LinkAction()

Initializes a new instance of the LinkAction class.

Declaration
public LinkAction()

Properties

View Source

AsChangeAccessLevel

Gets this instance as a ChangeAccessLevel, or null.

Declaration
public LinkAction.ChangeAccessLevel AsChangeAccessLevel { get; }
Property Value
Type Description
LinkAction.ChangeAccessLevel
View Source

AsChangeAudience

Gets this instance as a ChangeAudience, or null.

Declaration
public LinkAction.ChangeAudience AsChangeAudience { get; }
Property Value
Type Description
LinkAction.ChangeAudience
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LinkAction.Other AsOther { get; }
Property Value
Type Description
LinkAction.Other
View Source

AsRemoveExpiry

Gets this instance as a RemoveExpiry, or null.

Declaration
public LinkAction.RemoveExpiry AsRemoveExpiry { get; }
Property Value
Type Description
LinkAction.RemoveExpiry
View Source

AsRemovePassword

Gets this instance as a RemovePassword, or null.

Declaration
public LinkAction.RemovePassword AsRemovePassword { get; }
Property Value
Type Description
LinkAction.RemovePassword
View Source

AsSetExpiry

Gets this instance as a SetExpiry, or null.

Declaration
public LinkAction.SetExpiry AsSetExpiry { get; }
Property Value
Type Description
LinkAction.SetExpiry
View Source

AsSetPassword

Gets this instance as a SetPassword, or null.

Declaration
public LinkAction.SetPassword AsSetPassword { get; }
Property Value
Type Description
LinkAction.SetPassword
View Source

IsChangeAccessLevel

Gets a value indicating whether this instance is ChangeAccessLevel

Declaration
public bool IsChangeAccessLevel { get; }
Property Value
Type Description
bool
View Source

IsChangeAudience

Gets a value indicating whether this instance is ChangeAudience

Declaration
public bool IsChangeAudience { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemoveExpiry

Gets a value indicating whether this instance is RemoveExpiry

Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type Description
bool
View Source

IsRemovePassword

Gets a value indicating whether this instance is RemovePassword

Declaration
public bool IsRemovePassword { get; }
Property Value
Type Description
bool
View Source

IsSetExpiry

Gets a value indicating whether this instance is SetExpiry

Declaration
public bool IsSetExpiry { get; }
Property Value
Type Description
bool
View Source

IsSetPassword

Gets a value indicating whether this instance is SetPassword

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