Dropbox .NET SDK

Class GetTeamEventsError

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

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

Constructors

View Source

GetTeamEventsError()

Initializes a new instance of the GetTeamEventsError class.

Declaration
public GetTeamEventsError()

Properties

View Source

AsAccountIdNotFound

Gets this instance as a AccountIdNotFound, or null.

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

AsInvalidFilters

Gets this instance as a InvalidFilters, or null.

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

AsInvalidTimeRange

Gets this instance as a InvalidTimeRange, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAccountIdNotFound

Gets a value indicating whether this instance is AccountIdNotFound

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

IsInvalidFilters

Gets a value indicating whether this instance is InvalidFilters

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

IsInvalidTimeRange

Gets a value indicating whether this instance is InvalidTimeRange

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