Show / Hide Table of Contents

Class GroupMemberSelectorError

Error that can be raised when GroupMemberSelector is used, and the user is required to be a member of the specified group.

Inheritance
System.Object
GroupMemberSelectorError
GroupMemberSelectorError.GroupNotFound
GroupMemberSelectorError.MemberNotInGroup
GroupMemberSelectorError.Other
GroupMemberSelectorError.SystemManagedGroupDisallowed
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 GroupMemberSelectorError

Constructors

| Improve this Doc View Source

GroupMemberSelectorError()

Initializes a new instance of the GroupMemberSelectorError class.

Declaration
public GroupMemberSelectorError()

Properties

| Improve this Doc View Source

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

Declaration
public GroupMemberSelectorError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type Description
GroupMemberSelectorError.GroupNotFound
| Improve this Doc View Source

AsMemberNotInGroup

Gets this instance as a MemberNotInGroup, or null.

Declaration
public GroupMemberSelectorError.MemberNotInGroup AsMemberNotInGroup { get; }
Property Value
Type Description
GroupMemberSelectorError.MemberNotInGroup
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

Declaration
public GroupMemberSelectorError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
GroupMemberSelectorError.SystemManagedGroupDisallowed
| Improve this Doc View Source

IsGroupNotFound

Gets a value indicating whether this instance is GroupNotFound

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

IsMemberNotInGroup

Gets a value indicating whether this instance is MemberNotInGroup

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

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMemberSelectorError()
  • Properties
    • AsGroupNotFound
    • AsMemberNotInGroup
    • AsOther
    • AsSystemManagedGroupDisallowed
    • IsGroupNotFound
    • IsMemberNotInGroup
    • IsOther
    • IsSystemManagedGroupDisallowed
Back to top Generated by DocFX