Class SharedFolderAccessError
There is an error accessing the shared folder.
Inheritance
System.Object
SharedFolderAccessError
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 SourceSharedFolderAccessError()
Initializes a new instance of the SharedFolderAccessError class.
Declaration
public SharedFolderAccessError()
Properties
| Improve this Doc View SourceAsEmailUnverified
Gets this instance as a EmailUnverified, or null
.
Declaration
public SharedFolderAccessError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
SharedFolderAccessError.EmailUnverified |
AsInvalidId
Gets this instance as a InvalidId, or null
.
Declaration
public SharedFolderAccessError.InvalidId AsInvalidId { get; }
Property Value
Type | Description |
---|---|
SharedFolderAccessError.InvalidId |
AsNotAMember
Gets this instance as a NotAMember, or null
.
Declaration
public SharedFolderAccessError.NotAMember AsNotAMember { get; }
Property Value
Type | Description |
---|---|
SharedFolderAccessError.NotAMember |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharedFolderAccessError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SharedFolderAccessError.Other |
AsUnmounted
Gets this instance as a Unmounted, or null
.
Declaration
public SharedFolderAccessError.Unmounted AsUnmounted { get; }
Property Value
Type | Description |
---|---|
SharedFolderAccessError.Unmounted |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidId
Gets a value indicating whether this instance is InvalidId
Declaration
public bool IsInvalidId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotAMember
Gets a value indicating whether this instance is NotAMember
Declaration
public bool IsNotAMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnmounted
Gets a value indicating whether this instance is Unmounted
Declaration
public bool IsUnmounted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |