Class TopLevelContentPolicy
The top level content policy object
Inheritance
TopLevelContentPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TopLevelContentPolicy
Constructors
View SourceTopLevelContentPolicy()
Initializes a new instance of the TopLevelContentPolicy class.
Declaration
public TopLevelContentPolicy()
Properties
View SourceAsAdminOnly
Gets this instance as a AdminOnly, or null.
Declaration
public TopLevelContentPolicy.AdminOnly AsAdminOnly { get; }
Property Value
| Type | Description |
|---|---|
| TopLevelContentPolicy.AdminOnly |
AsEveryone
Gets this instance as a Everyone, or null.
Declaration
public TopLevelContentPolicy.Everyone AsEveryone { get; }
Property Value
| Type | Description |
|---|---|
| TopLevelContentPolicy.Everyone |
AsOther
Gets this instance as a Other, or null.
Declaration
public TopLevelContentPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TopLevelContentPolicy.Other |
IsAdminOnly
Gets a value indicating whether this instance is AdminOnly
Declaration
public bool IsAdminOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEveryone
Gets a value indicating whether this instance is Everyone
Declaration
public bool IsEveryone { 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 |