Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkAction.ChangeAccessLevel

Change the access level of the link.

Inheritance
object
LinkAction
LinkAction.ChangeAccessLevel
Inherited Members
LinkAction.IsChangeAccessLevel
LinkAction.AsChangeAccessLevel
LinkAction.IsChangeAudience
LinkAction.AsChangeAudience
LinkAction.IsRemoveExpiry
LinkAction.AsRemoveExpiry
LinkAction.IsRemovePassword
LinkAction.AsRemovePassword
LinkAction.IsSetExpiry
LinkAction.AsSetExpiry
LinkAction.IsSetPassword
LinkAction.AsSetPassword
LinkAction.IsOther
LinkAction.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class LinkAction.ChangeAccessLevel : LinkAction

Fields

View Source

Instance

A singleton instance of ChangeAccessLevel

Declaration
public static readonly LinkAction.ChangeAccessLevel Instance
Field Value
Type Description
LinkAction.ChangeAccessLevel
  • View Source
In this article
Back to top Dropbox .NET SDK