Show / Hide Table of Contents

Class GetTeamEventsError

Errors that can be raised when calling GetEventsAsync(GetTeamEventsArg).

Inheritance
System.Object
GetTeamEventsError
GetTeamEventsError.AccountIdNotFound
GetTeamEventsError.InvalidFilters
GetTeamEventsError.InvalidTimeRange
GetTeamEventsError.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GetTeamEventsError

Constructors

| Improve this Doc View Source

GetTeamEventsError()

Initializes a new instance of the GetTeamEventsError class.

Declaration
public GetTeamEventsError()

Properties

| Improve this Doc View Source

AsAccountIdNotFound

Gets this instance as a AccountIdNotFound, or null.

Declaration
public GetTeamEventsError.AccountIdNotFound AsAccountIdNotFound { get; }
Property Value
Type Description
GetTeamEventsError.AccountIdNotFound
| Improve this Doc View Source

AsInvalidFilters

Gets this instance as a InvalidFilters, or null.

Declaration
public GetTeamEventsError.InvalidFilters AsInvalidFilters { get; }
Property Value
Type Description
GetTeamEventsError.InvalidFilters
| Improve this Doc View Source

AsInvalidTimeRange

Gets this instance as a InvalidTimeRange, or null.

Declaration
public GetTeamEventsError.InvalidTimeRange AsInvalidTimeRange { get; }
Property Value
Type Description
GetTeamEventsError.InvalidTimeRange
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAccountIdNotFound

Gets a value indicating whether this instance is AccountIdNotFound

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

IsInvalidFilters

Gets a value indicating whether this instance is InvalidFilters

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

IsInvalidTimeRange

Gets a value indicating whether this instance is InvalidTimeRange

Declaration
public bool IsInvalidTimeRange { 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
    • GetTeamEventsError()
  • Properties
    • AsAccountIdNotFound
    • AsInvalidFilters
    • AsInvalidTimeRange
    • AsOther
    • IsAccountIdNotFound
    • IsInvalidFilters
    • IsInvalidTimeRange
    • IsOther
Back to top Generated by DocFX