Show / Hide Table of Contents

Class UnshareFolderError

The unshare folder error object

Inheritance
System.Object
UnshareFolderError
UnshareFolderError.AccessError
UnshareFolderError.NoPermission
UnshareFolderError.Other
UnshareFolderError.TeamFolder
UnshareFolderError.TooManyFiles
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFolderError

Constructors

| Improve this Doc View Source

UnshareFolderError()

Initializes a new instance of the UnshareFolderError class.

Declaration
public UnshareFolderError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public UnshareFolderError.AccessError AsAccessError { get; }
Property Value
Type Description
UnshareFolderError.AccessError
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public UnshareFolderError.NoPermission AsNoPermission { get; }
Property Value
Type Description
UnshareFolderError.NoPermission
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UnshareFolderError.Other AsOther { get; }
Property Value
Type Description
UnshareFolderError.Other
| Improve this Doc View Source

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public UnshareFolderError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
UnshareFolderError.TeamFolder
| Improve this Doc View Source

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public UnshareFolderError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
UnshareFolderError.TooManyFiles
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

Declaration
public bool IsTeamFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnshareFolderError()
  • Properties
    • AsAccessError
    • AsNoPermission
    • AsOther
    • AsTeamFolder
    • AsTooManyFiles
    • IsAccessError
    • IsNoPermission
    • IsOther
    • IsTeamFolder
    • IsTooManyFiles
Back to top Generated by DocFX