Class GroupMembersSelectorError
Error that can be raised when GroupMembersSelector is used, and the users are required to be members of the specified group.
Inheritance
GroupMembersSelectorError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembersSelectorError
Constructors
View SourceGroupMembersSelectorError()
Initializes a new instance of the GroupMembersSelectorError class.
Declaration
public GroupMembersSelectorError()
Properties
View SourceAsGroupNotFound
Gets this instance as a GroupNotFound, or null.
Declaration
public GroupMembersSelectorError.GroupNotFound AsGroupNotFound { get; }
Property Value
| Type | Description |
|---|---|
| GroupMembersSelectorError.GroupNotFound |
AsMemberNotInGroup
Gets this instance as a MemberNotInGroup, or null.
Declaration
public GroupMembersSelectorError.MemberNotInGroup AsMemberNotInGroup { get; }
Property Value
| Type | Description |
|---|---|
| GroupMembersSelectorError.MemberNotInGroup |
AsOther
Gets this instance as a Other, or null.
Declaration
public GroupMembersSelectorError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GroupMembersSelectorError.Other |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null.
Declaration
public GroupMembersSelectorError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
| Type | Description |
|---|---|
| GroupMembersSelectorError.SystemManagedGroupDisallowed |
IsGroupNotFound
Gets a value indicating whether this instance is GroupNotFound
Declaration
public bool IsGroupNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberNotInGroup
Gets a value indicating whether this instance is MemberNotInGroup
Declaration
public bool IsMemberNotInGroup { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSystemManagedGroupDisallowed
Gets a value indicating whether this instance is SystemManagedGroupDisallowed
Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
| Type | Description |
|---|---|
| bool |