Show / Hide Table of Contents

Class SharedFolderAccessError

There is an error accessing the shared folder.

Inheritance
System.Object
SharedFolderAccessError
SharedFolderAccessError.EmailUnverified
SharedFolderAccessError.InvalidId
SharedFolderAccessError.NotAMember
SharedFolderAccessError.Other
SharedFolderAccessError.Unmounted
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 SharedFolderAccessError

Constructors

| Improve this Doc View Source

SharedFolderAccessError()

Initializes a new instance of the SharedFolderAccessError class.

Declaration
public SharedFolderAccessError()

Properties

| Improve this Doc View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public SharedFolderAccessError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
SharedFolderAccessError.EmailUnverified
| Improve this Doc View Source

AsInvalidId

Gets this instance as a InvalidId, or null.

Declaration
public SharedFolderAccessError.InvalidId AsInvalidId { get; }
Property Value
Type Description
SharedFolderAccessError.InvalidId
| Improve this Doc View Source

AsNotAMember

Gets this instance as a NotAMember, or null.

Declaration
public SharedFolderAccessError.NotAMember AsNotAMember { get; }
Property Value
Type Description
SharedFolderAccessError.NotAMember
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnmounted

Gets this instance as a Unmounted, or null.

Declaration
public SharedFolderAccessError.Unmounted AsUnmounted { get; }
Property Value
Type Description
SharedFolderAccessError.Unmounted
| Improve this Doc View Source

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

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

IsInvalidId

Gets a value indicating whether this instance is InvalidId

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

IsNotAMember

Gets a value indicating whether this instance is NotAMember

Declaration
public bool IsNotAMember { 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

IsUnmounted

Gets a value indicating whether this instance is Unmounted

Declaration
public bool IsUnmounted { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderAccessError()
  • Properties
    • AsEmailUnverified
    • AsInvalidId
    • AsNotAMember
    • AsOther
    • AsUnmounted
    • IsEmailUnverified
    • IsInvalidId
    • IsNotAMember
    • IsOther
    • IsUnmounted
Back to top Generated by DocFX