Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedFolderMemberError

The shared folder member error object

Inheritance
object
SharedFolderMemberError
SharedFolderMemberError.InvalidDropboxId
SharedFolderMemberError.NoExplicitAccess
SharedFolderMemberError.NotAMember
SharedFolderMemberError.Other
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 SharedFolderMemberError

Constructors

View Source

SharedFolderMemberError()

Initializes a new instance of the SharedFolderMemberError class.

Declaration
public SharedFolderMemberError()

Properties

View Source

AsInvalidDropboxId

Gets this instance as a InvalidDropboxId, or null.

Declaration
public SharedFolderMemberError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type Description
SharedFolderMemberError.InvalidDropboxId
View Source

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

Declaration
public SharedFolderMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type Description
SharedFolderMemberError.NoExplicitAccess
View Source

AsNotAMember

Gets this instance as a NotAMember, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsInvalidDropboxId

Gets a value indicating whether this instance is InvalidDropboxId

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

IsNoExplicitAccess

Gets a value indicating whether this instance is NoExplicitAccess

Declaration
public bool IsNoExplicitAccess { 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
In this article
Back to top Dropbox .NET SDK