Dropbox .NET SDK

Class AdminConsoleAppPolicy

The admin console app policy object

Inheritance
object
AdminConsoleAppPolicy
AdminConsoleAppPolicy.Allow
AdminConsoleAppPolicy.Block
AdminConsoleAppPolicy.Default
AdminConsoleAppPolicy.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminConsoleAppPolicy

Constructors

View Source

AdminConsoleAppPolicy()

Initializes a new instance of the AdminConsoleAppPolicy class.

Declaration
public AdminConsoleAppPolicy()

Properties

View Source

AsAllow

Gets this instance as a Allow, or null.

Declaration
public AdminConsoleAppPolicy.Allow AsAllow { get; }
Property Value
Type Description
AdminConsoleAppPolicy.Allow
View Source

AsBlock

Gets this instance as a Block, or null.

Declaration
public AdminConsoleAppPolicy.Block AsBlock { get; }
Property Value
Type Description
AdminConsoleAppPolicy.Block
View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public AdminConsoleAppPolicy.Default AsDefault { get; }
Property Value
Type Description
AdminConsoleAppPolicy.Default
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAllow

Gets a value indicating whether this instance is Allow

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

IsBlock

Gets a value indicating whether this instance is Block

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

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { 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