Class TopLevelContentPolicy
Policy for deciding whether members can edit team folders at the top level of the team space
Inheritance
TopLevelContentPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TopLevelContentPolicy
Constructors
View SourceTopLevelContentPolicy()
Initializes a new instance of the TopLevelContentPolicy class.
Declaration
public TopLevelContentPolicy()
Properties
View SourceAsAdminsOnly
Gets this instance as a AdminsOnly, or null.
Declaration
public TopLevelContentPolicy.AdminsOnly AsAdminsOnly { get; }
Property Value
| Type | Description |
|---|---|
| TopLevelContentPolicy.AdminsOnly |
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 |
IsAdminsOnly
Gets a value indicating whether this instance is AdminsOnly
Declaration
public bool IsAdminsOnly { 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 |