Show / Hide Table of Contents

Class MembersSetPermissionsError

The members set permissions error object

Inheritance
System.Object
MembersSetPermissionsError
MembersSetPermissionsError.CannotSetPermissions
MembersSetPermissionsError.LastAdmin
MembersSetPermissionsError.Other
MembersSetPermissionsError.TeamLicenseLimit
MembersSetPermissionsError.UserNotFound
MembersSetPermissionsError.UserNotInTeam
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetPermissionsError

Constructors

| Improve this Doc View Source

MembersSetPermissionsError()

Initializes a new instance of the MembersSetPermissionsError class.

Declaration
public MembersSetPermissionsError()

Properties

| Improve this Doc View Source

AsCannotSetPermissions

Gets this instance as a CannotSetPermissions, or null.

Declaration
public MembersSetPermissionsError.CannotSetPermissions AsCannotSetPermissions { get; }
Property Value
Type Description
MembersSetPermissionsError.CannotSetPermissions
| Improve this Doc View Source

AsLastAdmin

Gets this instance as a LastAdmin, or null.

Declaration
public MembersSetPermissionsError.LastAdmin AsLastAdmin { get; }
Property Value
Type Description
MembersSetPermissionsError.LastAdmin
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

Declaration
public MembersSetPermissionsError.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
Type Description
MembersSetPermissionsError.TeamLicenseLimit
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersSetPermissionsError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersSetPermissionsError.UserNotFound
| Improve this Doc View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSetPermissionsError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSetPermissionsError.UserNotInTeam
| Improve this Doc View Source

IsCannotSetPermissions

Gets a value indicating whether this instance is CannotSetPermissions

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

IsLastAdmin

Gets a value indicating whether this instance is LastAdmin

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

IsTeamLicenseLimit

Gets a value indicating whether this instance is TeamLicenseLimit

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetPermissionsError()
  • Properties
    • AsCannotSetPermissions
    • AsLastAdmin
    • AsOther
    • AsTeamLicenseLimit
    • AsUserNotFound
    • AsUserNotInTeam
    • IsCannotSetPermissions
    • IsLastAdmin
    • IsOther
    • IsTeamLicenseLimit
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX