Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupSelectorWithTeamGroupError

Error that can be raised when GroupSelector is used and team groups are disallowed from being used.

Inheritance
object
GroupSelectorWithTeamGroupError
GroupSelectorWithTeamGroupError.GroupNotFound
GroupSelectorWithTeamGroupError.Other
GroupSelectorWithTeamGroupError.SystemManagedGroupDisallowed
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupSelectorWithTeamGroupError

Constructors

View Source

GroupSelectorWithTeamGroupError()

Initializes a new instance of the GroupSelectorWithTeamGroupError class.

Declaration
public GroupSelectorWithTeamGroupError()

Properties

View Source

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

Declaration
public GroupSelectorWithTeamGroupError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type Description
GroupSelectorWithTeamGroupError.GroupNotFound
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public GroupSelectorWithTeamGroupError.Other AsOther { get; }
Property Value
Type Description
GroupSelectorWithTeamGroupError.Other
View Source

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

Declaration
public GroupSelectorWithTeamGroupError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
GroupSelectorWithTeamGroupError.SystemManagedGroupDisallowed
View Source

IsGroupNotFound

Gets a value indicating whether this instance is GroupNotFound

Declaration
public bool IsGroupNotFound { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK