Class SharedLinkPolicy
Who can view shared links in this folder.
Inheritance
SharedLinkPolicy
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkPolicy
Constructors
View SourceSharedLinkPolicy()
Initializes a new instance of the SharedLinkPolicy class.
Declaration
public SharedLinkPolicy()
Properties
View SourceAsAnyone
Gets this instance as a Anyone, or null.
Declaration
public SharedLinkPolicy.Anyone AsAnyone { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkPolicy.Anyone |
AsMembers
Gets this instance as a Members, or null.
Declaration
public SharedLinkPolicy.Members AsMembers { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkPolicy.Members |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkPolicy.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public SharedLinkPolicy.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkPolicy.Team |
IsAnyone
Gets a value indicating whether this instance is Anyone
Declaration
public bool IsAnyone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMembers
Gets a value indicating whether this instance is Members
Declaration
public bool IsMembers { 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 |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |