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
System.Object
SharedLinkCreatePolicy
SharedLinkCreatePolicy.DefaultNoOne
SharedLinkCreatePolicy.DefaultPublic
SharedLinkCreatePolicy.DefaultTeamOnly
SharedLinkCreatePolicy.Other
SharedLinkCreatePolicy.TeamOnly
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkCreatePolicy

Constructors

| Improve this Doc View Source

SharedLinkCreatePolicy()

Initializes a new instance of the SharedLinkCreatePolicy class.

Declaration
public SharedLinkCreatePolicy()

Properties

| Improve this Doc View Source

AsDefaultNoOne

Gets this instance as a DefaultNoOne, or null.

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

AsDefaultPublic

Gets this instance as a DefaultPublic, or null.

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

AsDefaultTeamOnly

Gets this instance as a DefaultTeamOnly, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

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

IsDefaultNoOne

Gets a value indicating whether this instance is DefaultNoOne

Declaration
public bool IsDefaultNoOne { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDefaultPublic

Gets a value indicating whether this instance is DefaultPublic

Declaration
public bool IsDefaultPublic { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDefaultTeamOnly

Gets a value indicating whether this instance is DefaultTeamOnly

Declaration
public bool IsDefaultTeamOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

Declaration
public bool IsTeamOnly { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLinkCreatePolicy()
  • Properties
    • AsDefaultNoOne
    • AsDefaultPublic
    • AsDefaultTeamOnly
    • AsOther
    • AsTeamOnly
    • IsDefaultNoOne
    • IsDefaultPublic
    • IsDefaultTeamOnly
    • IsOther
    • IsTeamOnly
Back to top Generated by DocFX