Dropbox .NET SDK
Show / Hide Table of Contents

Class TopLevelContentPolicy

The top level content policy object

Inheritance
object
TopLevelContentPolicy
TopLevelContentPolicy.AdminOnly
TopLevelContentPolicy.Everyone
TopLevelContentPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TopLevelContentPolicy

Constructors

View Source

TopLevelContentPolicy()

Initializes a new instance of the TopLevelContentPolicy class.

Declaration
public TopLevelContentPolicy()

Properties

View Source

AsAdminOnly

Gets this instance as a AdminOnly, or null.

Declaration
public TopLevelContentPolicy.AdminOnly AsAdminOnly { get; }
Property Value
Type Description
TopLevelContentPolicy.AdminOnly
View Source

AsEveryone

Gets this instance as a Everyone, or null.

Declaration
public TopLevelContentPolicy.Everyone AsEveryone { get; }
Property Value
Type Description
TopLevelContentPolicy.Everyone
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TopLevelContentPolicy.Other AsOther { get; }
Property Value
Type Description
TopLevelContentPolicy.Other
View Source

IsAdminOnly

Gets a value indicating whether this instance is AdminOnly

Declaration
public bool IsAdminOnly { get; }
Property Value
Type Description
bool
View Source

IsEveryone

Gets a value indicating whether this instance is Everyone

Declaration
public bool IsEveryone { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK