Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedFolderAccessError

There is an error accessing the shared folder.

Inheritance
object
SharedFolderAccessError
SharedFolderAccessError.EmailUnverified
SharedFolderAccessError.InvalidId
SharedFolderAccessError.InvalidMember
SharedFolderAccessError.NotAMember
SharedFolderAccessError.Other
SharedFolderAccessError.Unmounted
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderAccessError

Constructors

View Source

SharedFolderAccessError()

Initializes a new instance of the SharedFolderAccessError class.

Declaration
public SharedFolderAccessError()

Properties

View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

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

AsInvalidId

Gets this instance as a InvalidId, or null.

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

AsInvalidMember

Gets this instance as a InvalidMember, or null.

Declaration
public SharedFolderAccessError.InvalidMember AsInvalidMember { get; }
Property Value
Type Description
SharedFolderAccessError.InvalidMember
View Source

AsNotAMember

Gets this instance as a NotAMember, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnmounted

Gets this instance as a Unmounted, or null.

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

Declaration
public bool IsEmailUnverified { get; }
Property Value
Type Description
bool
View Source

IsInvalidId

Gets a value indicating whether this instance is InvalidId

Declaration
public bool IsInvalidId { get; }
Property Value
Type Description
bool
View Source

IsInvalidMember

Gets a value indicating whether this instance is InvalidMember

Declaration
public bool IsInvalidMember { get; }
Property Value
Type Description
bool
View Source

IsNotAMember

Gets a value indicating whether this instance is NotAMember

Declaration
public bool IsNotAMember { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnmounted

Gets a value indicating whether this instance is Unmounted

Declaration
public bool IsUnmounted { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK