Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsPollError

The groups poll error object

Inheritance
object
GroupsPollError
GroupsPollError.AccessDenied
GroupsPollError.InternalError
GroupsPollError.InvalidAsyncJobId
GroupsPollError.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 GroupsPollError

Constructors

View Source

GroupsPollError()

Initializes a new instance of the GroupsPollError class.

Declaration
public GroupsPollError()

Properties

View Source

AsAccessDenied

Gets this instance as a AccessDenied, or null.

Declaration
public GroupsPollError.AccessDenied AsAccessDenied { get; }
Property Value
Type Description
GroupsPollError.AccessDenied
View Source

AsInternalError

Gets this instance as a InternalError, or null.

Declaration
public GroupsPollError.InternalError AsInternalError { get; }
Property Value
Type Description
GroupsPollError.InternalError
View Source

AsInvalidAsyncJobId

Gets this instance as a InvalidAsyncJobId, or null.

Declaration
public GroupsPollError.InvalidAsyncJobId AsInvalidAsyncJobId { get; }
Property Value
Type Description
GroupsPollError.InvalidAsyncJobId
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAccessDenied

Gets a value indicating whether this instance is AccessDenied

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

IsInternalError

Gets a value indicating whether this instance is InternalError

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

IsInvalidAsyncJobId

Gets a value indicating whether this instance is InvalidAsyncJobId

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