Class SharedFolderMemberError
The shared folder member error object
Inheritance
SharedFolderMemberError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMemberError
Constructors
View SourceSharedFolderMemberError()
Initializes a new instance of the SharedFolderMemberError class.
Declaration
public SharedFolderMemberError()
Properties
View SourceAsInvalidDropboxId
Gets this instance as a InvalidDropboxId, or null.
Declaration
public SharedFolderMemberError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberError.InvalidDropboxId |
AsNoExplicitAccess
Gets this instance as a NoExplicitAccess, or null.
Declaration
public SharedFolderMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberError.NoExplicitAccess |
AsNotAMember
Gets this instance as a NotAMember, or null.
Declaration
public SharedFolderMemberError.NotAMember AsNotAMember { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberError.NotAMember |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedFolderMemberError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberError.Other |
IsInvalidDropboxId
Gets a value indicating whether this instance is InvalidDropboxId
Declaration
public bool IsInvalidDropboxId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoExplicitAccess
Gets a value indicating whether this instance is NoExplicitAccess
Declaration
public bool IsNoExplicitAccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotAMember
Gets a value indicating whether this instance is NotAMember
Declaration
public bool IsNotAMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |