Dropbox .NET SDK

Class GetTeamEventsError.AccountIdNotFound

No user found matching the provided account_id.

Inheritance
object
GetTeamEventsError
GetTeamEventsError.AccountIdNotFound
Inherited Members
GetTeamEventsError.IsAccountIdNotFound
GetTeamEventsError.AsAccountIdNotFound
GetTeamEventsError.IsInvalidTimeRange
GetTeamEventsError.AsInvalidTimeRange
GetTeamEventsError.IsInvalidFilters
GetTeamEventsError.AsInvalidFilters
GetTeamEventsError.IsOther
GetTeamEventsError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetTeamEventsError.AccountIdNotFound : GetTeamEventsError

Fields

View Source

Instance

A singleton instance of AccountIdNotFound

Declaration
public static readonly GetTeamEventsError.AccountIdNotFound Instance
Field Value
Type Description
GetTeamEventsError.AccountIdNotFound
  • View Source
In this article
Back to top Dropbox .NET SDK