Dropbox .NET SDK
Show / Hide Table of Contents

Class CountFileRequestsError.DisabledForTeam

This user's Dropbox Business team doesn't allow file requests.

Inheritance
object
CountFileRequestsError
CountFileRequestsError.DisabledForTeam
Inherited Members
CountFileRequestsError.IsDisabledForTeam
CountFileRequestsError.AsDisabledForTeam
CountFileRequestsError.IsOther
CountFileRequestsError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class CountFileRequestsError.DisabledForTeam : CountFileRequestsError

Fields

View Source

Instance

A singleton instance of DisabledForTeam

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