Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkCreatePolicy

Policy governing the visibility of shared links. This policy can apply to newly created shared links, or all shared links.

Inheritance
object
SharedLinkCreatePolicy
SharedLinkCreatePolicy.DefaultNoOne
SharedLinkCreatePolicy.DefaultPublic
SharedLinkCreatePolicy.DefaultTeamOnly
SharedLinkCreatePolicy.Other
SharedLinkCreatePolicy.TeamOnly
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkCreatePolicy

Constructors

View Source

SharedLinkCreatePolicy()

Initializes a new instance of the SharedLinkCreatePolicy class.

Declaration
public SharedLinkCreatePolicy()

Properties

View Source

AsDefaultNoOne

Gets this instance as a DefaultNoOne, or null.

Declaration
public SharedLinkCreatePolicy.DefaultNoOne AsDefaultNoOne { get; }
Property Value
Type Description
SharedLinkCreatePolicy.DefaultNoOne
View Source

AsDefaultPublic

Gets this instance as a DefaultPublic, or null.

Declaration
public SharedLinkCreatePolicy.DefaultPublic AsDefaultPublic { get; }
Property Value
Type Description
SharedLinkCreatePolicy.DefaultPublic
View Source

AsDefaultTeamOnly

Gets this instance as a DefaultTeamOnly, or null.

Declaration
public SharedLinkCreatePolicy.DefaultTeamOnly AsDefaultTeamOnly { get; }
Property Value
Type Description
SharedLinkCreatePolicy.DefaultTeamOnly
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharedLinkCreatePolicy.Other AsOther { get; }
Property Value
Type Description
SharedLinkCreatePolicy.Other
View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public SharedLinkCreatePolicy.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
SharedLinkCreatePolicy.TeamOnly
View Source

IsDefaultNoOne

Gets a value indicating whether this instance is DefaultNoOne

Declaration
public bool IsDefaultNoOne { get; }
Property Value
Type Description
bool
View Source

IsDefaultPublic

Gets a value indicating whether this instance is DefaultPublic

Declaration
public bool IsDefaultPublic { get; }
Property Value
Type Description
bool
View Source

IsDefaultTeamOnly

Gets a value indicating whether this instance is DefaultTeamOnly

Declaration
public bool IsDefaultTeamOnly { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

Declaration
public bool IsTeamOnly { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK