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 Members
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 |
---|---|
Members |
AsLastAdmin
Gets this instance as a LastAdmin, or null
.
Declaration
public MembersSetPermissions2Error.LastAdmin AsLastAdmin { get; }
Property Value
Type | Description |
---|---|
Members |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MembersSetPermissions2Error.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Members |
AsRoleNotFound
Gets this instance as a RoleNotFound, or null
.
Declaration
public MembersSetPermissions2Error.RoleNotFound AsRoleNotFound { get; }
Property Value
Type | Description |
---|---|
Members |
AsUserNotFound
Gets this instance as a UserNotFound, or null
.
Declaration
public MembersSetPermissions2Error.UserNotFound AsUserNotFound { get; }
Property Value
Type | Description |
---|---|
Members |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null
.
Declaration
public MembersSetPermissions2Error.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
Members |
IsCannotSetPermissions
Gets a value indicating whether this instance is CannotSetPermissions
Declaration
public bool IsCannotSetPermissions { get; }
Property Value
Type | Description |
---|---|
System. |
IsLastAdmin
Gets a value indicating whether this instance is LastAdmin
Declaration
public bool IsLastAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsRoleNotFound
Gets a value indicating whether this instance is RoleNotFound
Declaration
public bool IsRoleNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
System. |