Class AdminConsoleAppPolicy
The admin console app policy object
Inheritance
AdminConsoleAppPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminConsoleAppPolicy
Constructors
View SourceAdminConsoleAppPolicy()
Initializes a new instance of the AdminConsoleAppPolicy class.
Declaration
public AdminConsoleAppPolicy()
Properties
View SourceAsAllow
Gets this instance as a Allow, or null.
Declaration
public AdminConsoleAppPolicy.Allow AsAllow { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPolicy.Allow |
AsBlock
Gets this instance as a Block, or null.
Declaration
public AdminConsoleAppPolicy.Block AsBlock { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPolicy.Block |
AsDefault
Gets this instance as a Default, or null.
Declaration
public AdminConsoleAppPolicy.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPolicy.Default |
AsOther
Gets this instance as a Other, or null.
Declaration
public AdminConsoleAppPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPolicy.Other |
IsAllow
Gets a value indicating whether this instance is Allow
Declaration
public bool IsAllow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBlock
Gets a value indicating whether this instance is Block
Declaration
public bool IsBlock { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { 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 |