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
      
      
      
      
      
  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 SourceSharedLinkCreatePolicy()
Initializes a new instance of the SharedLinkCreatePolicy class.
Declaration
public SharedLinkCreatePolicy()
  Properties
| Improve this Doc View SourceAsDefaultNoOne
Gets this instance as a DefaultNoOne, or null.
Declaration
public SharedLinkCreatePolicy.DefaultNoOne AsDefaultNoOne { get; }
  Property Value
| Type | Description | 
|---|---|
| SharedLinkCreatePolicy.DefaultNoOne | 
AsDefaultPublic
Gets this instance as a DefaultPublic, or null.
Declaration
public SharedLinkCreatePolicy.DefaultPublic AsDefaultPublic { get; }
  Property Value
| Type | Description | 
|---|---|
| SharedLinkCreatePolicy.DefaultPublic | 
AsDefaultTeamOnly
Gets this instance as a DefaultTeamOnly, or null.
Declaration
public SharedLinkCreatePolicy.DefaultTeamOnly AsDefaultTeamOnly { get; }
  Property Value
| Type | Description | 
|---|---|
| SharedLinkCreatePolicy.DefaultTeamOnly | 
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkCreatePolicy.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| SharedLinkCreatePolicy.Other | 
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public SharedLinkCreatePolicy.TeamOnly AsTeamOnly { get; }
  Property Value
| Type | Description | 
|---|---|
| SharedLinkCreatePolicy.TeamOnly | 
IsDefaultNoOne
Gets a value indicating whether this instance is DefaultNoOne
Declaration
public bool IsDefaultNoOne { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDefaultPublic
Gets a value indicating whether this instance is DefaultPublic
Declaration
public bool IsDefaultPublic { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDefaultTeamOnly
Gets a value indicating whether this instance is DefaultTeamOnly
Declaration
public bool IsDefaultTeamOnly { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |