Class SharedLinkCreatePolicy
Policy governing the visibility of shared links. This policy can apply to newly created shared links, or all shared links.
Inheritance
SharedLinkCreatePolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkCreatePolicy
Constructors
View SourceSharedLinkCreatePolicy()
Initializes a new instance of the SharedLinkCreatePolicy class.
Declaration
public SharedLinkCreatePolicy()
Properties
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 |
|---|---|
| bool |
IsDefaultPublic
Gets a value indicating whether this instance is DefaultPublic
Declaration
public bool IsDefaultPublic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDefaultTeamOnly
Gets a value indicating whether this instance is DefaultTeamOnly
Declaration
public bool IsDefaultTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |