Class GroupSelectorError
Error that can be raised when GroupSelector is used.
Inheritance
System.Object
GroupSelectorError
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 GroupSelectorError
Constructors
| Improve this Doc View SourceGroupSelectorError()
Initializes a new instance of the GroupSelectorError class.
Declaration
public GroupSelectorError()
Properties
| Improve this Doc View SourceAsGroupNotFound
Gets this instance as a GroupNotFound, or null
.
Declaration
public GroupSelectorError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
GroupSelectorError.GroupNotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupSelectorError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GroupSelectorError.Other |
IsGroupNotFound
Gets a value indicating whether this instance is GroupNotFound
Declaration
public bool IsGroupNotFound { 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 |