Show / Hide Table of Contents

Class GroupsPollError

The groups poll error object

Inheritance
System.Object
GroupsPollError
GroupsPollError.AccessDenied
GroupsPollError.InternalError
GroupsPollError.InvalidAsyncJobId
GroupsPollError.Other
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 GroupsPollError

Constructors

| Improve this Doc View Source

GroupsPollError()

Initializes a new instance of the GroupsPollError class.

Declaration
public GroupsPollError()

Properties

| Improve this Doc View Source

AsAccessDenied

Gets this instance as a AccessDenied, or null.

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

AsInternalError

Gets this instance as a InternalError, or null.

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

AsInvalidAsyncJobId

Gets this instance as a InvalidAsyncJobId, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAccessDenied

Gets a value indicating whether this instance is AccessDenied

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

IsInternalError

Gets a value indicating whether this instance is InternalError

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

IsInvalidAsyncJobId

Gets a value indicating whether this instance is InvalidAsyncJobId

Declaration
public bool IsInvalidAsyncJobId { 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
In This Article
  • Constructors
    • GroupsPollError()
  • Properties
    • AsAccessDenied
    • AsInternalError
    • AsInvalidAsyncJobId
    • AsOther
    • IsAccessDenied
    • IsInternalError
    • IsInvalidAsyncJobId
    • IsOther
Back to top Generated by DocFX