Show / Hide Table of Contents

Class AdminConsoleAppPolicy

The admin console app policy object

Inheritance
System.Object
AdminConsoleAppPolicy
AdminConsoleAppPolicy.Allow
AdminConsoleAppPolicy.Block
AdminConsoleAppPolicy.Default
AdminConsoleAppPolicy.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminConsoleAppPolicy

Constructors

| Improve this Doc View Source

AdminConsoleAppPolicy()

Initializes a new instance of the AdminConsoleAppPolicy class.

Declaration
public AdminConsoleAppPolicy()

Properties

| Improve this Doc View Source

AsAllow

Gets this instance as a Allow, or null.

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

AsBlock

Gets this instance as a Block, or null.

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

AsDefault

Gets this instance as a Default, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAllow

Gets a value indicating whether this instance is Allow

Declaration
public bool IsAllow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsBlock

Gets a value indicating whether this instance is Block

Declaration
public bool IsBlock { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminConsoleAppPolicy()
  • Properties
    • AsAllow
    • AsBlock
    • AsDefault
    • AsOther
    • IsAllow
    • IsBlock
    • IsDefault
    • IsOther
Back to top Generated by DocFX