Class MembersSetPermissions2Error
The members set permissions2 error object
Inheritance
System.Object
MembersSetPermissions2Error
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 SourceMembersSetPermissions2Error()
Initializes a new instance of the MembersSetPermissions2Error class.
Declaration
public MembersSetPermissions2Error()
Properties
| Improve this Doc View SourceAsCannotSetPermissions
Gets this instance as a CannotSetPermissions, or null
.
Declaration
public MembersSetPermissions2Error.CannotSetPermissions AsCannotSetPermissions { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.CannotSetPermissions |
AsLastAdmin
Gets this instance as a LastAdmin, or null
.
Declaration
public MembersSetPermissions2Error.LastAdmin AsLastAdmin { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.LastAdmin |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MembersSetPermissions2Error.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.Other |
AsRoleNotFound
Gets this instance as a RoleNotFound, or null
.
Declaration
public MembersSetPermissions2Error.RoleNotFound AsRoleNotFound { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.RoleNotFound |
AsUserNotFound
Gets this instance as a UserNotFound, or null
.
Declaration
public MembersSetPermissions2Error.UserNotFound AsUserNotFound { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null
.
Declaration
public MembersSetPermissions2Error.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
MembersSetPermissions2Error.UserNotInTeam |
IsCannotSetPermissions
Gets a value indicating whether this instance is CannotSetPermissions
Declaration
public bool IsCannotSetPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLastAdmin
Gets a value indicating whether this instance is LastAdmin
Declaration
public bool IsLastAdmin { 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 |
IsRoleNotFound
Gets a value indicating whether this instance is RoleNotFound
Declaration
public bool IsRoleNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |