Show / Hide Table of Contents

Class MembersSetPermissions2Error

The members set permissions2 error object

Inheritance
System.Object
MembersSetPermissions2Error
MembersSetPermissions2Error.CannotSetPermissions
MembersSetPermissions2Error.LastAdmin
MembersSetPermissions2Error.Other
MembersSetPermissions2Error.RoleNotFound
MembersSetPermissions2Error.UserNotFound
MembersSetPermissions2Error.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 MembersSetPermissions2Error

Constructors

| Improve this Doc View Source

MembersSetPermissions2Error()

Initializes a new instance of the MembersSetPermissions2Error class.

Declaration
public MembersSetPermissions2Error()

Properties

| Improve this Doc View Source

AsCannotSetPermissions

Gets this instance as a CannotSetPermissions, or null.

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

AsLastAdmin

Gets this instance as a LastAdmin, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRoleNotFound

Gets this instance as a RoleNotFound, or null.

Declaration
public MembersSetPermissions2Error.RoleNotFound AsRoleNotFound { get; }
Property Value
Type Description
MembersSetPermissions2Error.RoleNotFound
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSetPermissions2Error.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSetPermissions2Error.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

IsRoleNotFound

Gets a value indicating whether this instance is RoleNotFound

Declaration
public bool IsRoleNotFound { 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
    • MembersSetPermissions2Error()
  • Properties
    • AsCannotSetPermissions
    • AsLastAdmin
    • AsOther
    • AsRoleNotFound
    • AsUserNotFound
    • AsUserNotInTeam
    • IsCannotSetPermissions
    • IsLastAdmin
    • IsOther
    • IsRoleNotFound
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX