Class AdminConsoleAppPermission
The admin console app permission object
Inheritance
System.Object
AdminConsoleAppPermission
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 AdminConsoleAppPermission
Constructors
| Improve this Doc View SourceAdminConsoleAppPermission()
Initializes a new instance of the AdminConsoleAppPermission class.
Declaration
public AdminConsoleAppPermission()
Properties
| Improve this Doc View SourceAsDefaultForListedApps
Gets this instance as a DefaultForListedApps, or null
.
Declaration
public AdminConsoleAppPermission.DefaultForListedApps AsDefaultForListedApps { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPermission.DefaultForListedApps |
AsDefaultForUnlistedApps
Gets this instance as a DefaultForUnlistedApps, or null
.
Declaration
public AdminConsoleAppPermission.DefaultForUnlistedApps AsDefaultForUnlistedApps { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPermission.DefaultForUnlistedApps |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminConsoleAppPermission.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPermission.Other |
IsDefaultForListedApps
Gets a value indicating whether this instance is DefaultForListedApps
Declaration
public bool IsDefaultForListedApps { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefaultForUnlistedApps
Gets a value indicating whether this instance is DefaultForUnlistedApps
Declaration
public bool IsDefaultForUnlistedApps { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |