Class CountFileRequestsError
There was an error counting the file requests.
Inheritance
System.Object
CountFileRequestsError
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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class CountFileRequestsError
Constructors
| Improve this Doc View SourceCountFileRequestsError()
Initializes a new instance of the CountFileRequestsError class.
Declaration
public CountFileRequestsError()
Properties
| Improve this Doc View SourceAsDisabledForTeam
Gets this instance as a DisabledForTeam, or null
.
Declaration
public CountFileRequestsError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
Type | Description |
---|---|
CountFileRequestsError.DisabledForTeam |
AsOther
Gets this instance as a Other, or null
.
Declaration
public CountFileRequestsError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
CountFileRequestsError.Other |
IsDisabledForTeam
Gets a value indicating whether this instance is DisabledForTeam
Declaration
public bool IsDisabledForTeam { 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 |