Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFileRequestsError.DisabledForTeam

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

Inheritance
object
ListFileRequestsError
ListFileRequestsError.DisabledForTeam
Inherited Members
ListFileRequestsError.IsDisabledForTeam
ListFileRequestsError.AsDisabledForTeam
ListFileRequestsError.IsOther
ListFileRequestsError.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 ListFileRequestsError.DisabledForTeam : ListFileRequestsError

Fields

View Source

Instance

A singleton instance of DisabledForTeam

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