Show / Hide Table of Contents

Class LinkAction

Actions that can be performed on a link.

Inheritance
System.Object
LinkAction
LinkAction.ChangeAccessLevel
LinkAction.ChangeAudience
LinkAction.Other
LinkAction.RemoveExpiry
LinkAction.RemovePassword
LinkAction.SetExpiry
LinkAction.SetPassword
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkAction

Constructors

| Improve this Doc View Source

LinkAction()

Initializes a new instance of the LinkAction class.

Declaration
public LinkAction()

Properties

| Improve this Doc View Source

AsChangeAccessLevel

Gets this instance as a ChangeAccessLevel, or null.

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

AsChangeAudience

Gets this instance as a ChangeAudience, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRemoveExpiry

Gets this instance as a RemoveExpiry, or null.

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

AsRemovePassword

Gets this instance as a RemovePassword, or null.

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

AsSetExpiry

Gets this instance as a SetExpiry, or null.

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

AsSetPassword

Gets this instance as a SetPassword, or null.

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

IsChangeAccessLevel

Gets a value indicating whether this instance is ChangeAccessLevel

Declaration
public bool IsChangeAccessLevel { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsChangeAudience

Gets a value indicating whether this instance is ChangeAudience

Declaration
public bool IsChangeAudience { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemoveExpiry

Gets a value indicating whether this instance is RemoveExpiry

Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemovePassword

Gets a value indicating whether this instance is RemovePassword

Declaration
public bool IsRemovePassword { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSetExpiry

Gets a value indicating whether this instance is SetExpiry

Declaration
public bool IsSetExpiry { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSetPassword

Gets a value indicating whether this instance is SetPassword

Declaration
public bool IsSetPassword { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LinkAction()
  • Properties
    • AsChangeAccessLevel
    • AsChangeAudience
    • AsOther
    • AsRemoveExpiry
    • AsRemovePassword
    • AsSetExpiry
    • AsSetPassword
    • IsChangeAccessLevel
    • IsChangeAudience
    • IsOther
    • IsRemoveExpiry
    • IsRemovePassword
    • IsSetExpiry
    • IsSetPassword
Back to top Generated by DocFX