Show / Hide Table of Contents

Class AdminConsoleAppPermission

The admin console app permission object

Inheritance
System.Object
AdminConsoleAppPermission
AdminConsoleAppPermission.DefaultForListedApps
AdminConsoleAppPermission.DefaultForUnlistedApps
AdminConsoleAppPermission.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 AdminConsoleAppPermission

Constructors

| Improve this Doc View Source

AdminConsoleAppPermission()

Initializes a new instance of the AdminConsoleAppPermission class.

Declaration
public AdminConsoleAppPermission()

Properties

| Improve this Doc View Source

AsDefaultForListedApps

Gets this instance as a DefaultForListedApps, or null.

Declaration
public AdminConsoleAppPermission.DefaultForListedApps AsDefaultForListedApps { get; }
Property Value
Type Description
AdminConsoleAppPermission.DefaultForListedApps
| Improve this Doc View Source

AsDefaultForUnlistedApps

Gets this instance as a DefaultForUnlistedApps, or null.

Declaration
public AdminConsoleAppPermission.DefaultForUnlistedApps AsDefaultForUnlistedApps { get; }
Property Value
Type Description
AdminConsoleAppPermission.DefaultForUnlistedApps
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsDefaultForListedApps

Gets a value indicating whether this instance is DefaultForListedApps

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

IsDefaultForUnlistedApps

Gets a value indicating whether this instance is DefaultForUnlistedApps

Declaration
public bool IsDefaultForUnlistedApps { 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
    • AdminConsoleAppPermission()
  • Properties
    • AsDefaultForListedApps
    • AsDefaultForUnlistedApps
    • AsOther
    • IsDefaultForListedApps
    • IsDefaultForUnlistedApps
    • IsOther
Back to top Generated by DocFX