Dropbox .NET SDK
Show / Hide Table of Contents

Class ChangeLinkExpirationPolicy.NotAllowed

The not allowed object

Inheritance
object
ChangeLinkExpirationPolicy
ChangeLinkExpirationPolicy.NotAllowed
Inherited Members
ChangeLinkExpirationPolicy.IsAllowed
ChangeLinkExpirationPolicy.AsAllowed
ChangeLinkExpirationPolicy.IsNotAllowed
ChangeLinkExpirationPolicy.AsNotAllowed
ChangeLinkExpirationPolicy.IsOther
ChangeLinkExpirationPolicy.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 ChangeLinkExpirationPolicy.NotAllowed : ChangeLinkExpirationPolicy

Fields

View Source

Instance

A singleton instance of NotAllowed

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