Class GetTeamEventsError
Errors that can be raised when calling GetEventsAsync(GetTeamEventsArg).
Inheritance
System.Object
GetTeamEventsError
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 SourceGetTeamEventsError()
Initializes a new instance of the GetTeamEventsError class.
Declaration
public GetTeamEventsError()
Properties
| Improve this Doc View SourceAsAccountIdNotFound
Gets this instance as a AccountIdNotFound, or null
.
Declaration
public GetTeamEventsError.AccountIdNotFound AsAccountIdNotFound { get; }
Property Value
Type | Description |
---|---|
GetTeamEventsError.AccountIdNotFound |
AsInvalidFilters
Gets this instance as a InvalidFilters, or null
.
Declaration
public GetTeamEventsError.InvalidFilters AsInvalidFilters { get; }
Property Value
Type | Description |
---|---|
GetTeamEventsError.InvalidFilters |
AsInvalidTimeRange
Gets this instance as a InvalidTimeRange, or null
.
Declaration
public GetTeamEventsError.InvalidTimeRange AsInvalidTimeRange { get; }
Property Value
Type | Description |
---|---|
GetTeamEventsError.InvalidTimeRange |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GetTeamEventsError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GetTeamEventsError.Other |
IsAccountIdNotFound
Gets a value indicating whether this instance is AccountIdNotFound
Declaration
public bool IsAccountIdNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidFilters
Gets a value indicating whether this instance is InvalidFilters
Declaration
public bool IsInvalidFilters { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidTimeRange
Gets a value indicating whether this instance is InvalidTimeRange
Declaration
public bool IsInvalidTimeRange { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |