Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsGetInfoError

The groups get info error object

Inheritance
object
GroupsGetInfoError
GroupsGetInfoError.GroupNotOnTeam
GroupsGetInfoError.Other
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 GroupsGetInfoError

Constructors

View Source

GroupsGetInfoError()

Initializes a new instance of the GroupsGetInfoError class.

Declaration
public GroupsGetInfoError()

Properties

View Source

AsGroupNotOnTeam

Gets this instance as a GroupNotOnTeam, or null.

Declaration
public GroupsGetInfoError.GroupNotOnTeam AsGroupNotOnTeam { get; }
Property Value
Type Description
GroupsGetInfoError.GroupNotOnTeam
View Source

AsOther

Gets this instance as a Other, or null.

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

IsGroupNotOnTeam

Gets a value indicating whether this instance is GroupNotOnTeam

Declaration
public bool IsGroupNotOnTeam { 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
In this article
Back to top Dropbox .NET SDK