Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkPolicy.Other

The other object

Inheritance
object
SharedLinkPolicy
SharedLinkPolicy.Other
Inherited Members
SharedLinkPolicy.IsAnyone
SharedLinkPolicy.AsAnyone
SharedLinkPolicy.IsTeam
SharedLinkPolicy.AsTeam
SharedLinkPolicy.IsMembers
SharedLinkPolicy.AsMembers
SharedLinkPolicy.IsOther
SharedLinkPolicy.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 SharedLinkPolicy.Other : SharedLinkPolicy

Fields

View Source

Instance

A singleton instance of Other

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