Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkAction.ChangeAudience

Change the audience of the link.

Inheritance
object
LinkAction
LinkAction.ChangeAudience
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.ChangeAudience : LinkAction

Fields

View Source

Instance

A singleton instance of ChangeAudience

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