Class AddFileMemberError
Errors for AddFileMemberAsync(AddFileMemberArgs).
Inheritance
AddFileMemberError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AddFileMemberError
Constructors
View SourceAddFileMemberError()
Initializes a new instance of the AddFileMemberError class.
Declaration
public AddFileMemberError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public AddFileMemberError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.AccessError |
AsBannedMember
Gets this instance as a BannedMember, or null.
Declaration
public AddFileMemberError.BannedMember AsBannedMember { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.BannedMember |
AsInvalidComment
Gets this instance as a InvalidComment, or null.
Declaration
public AddFileMemberError.InvalidComment AsInvalidComment { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.InvalidComment |
AsOther
Gets this instance as a Other, or null.
Declaration
public AddFileMemberError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.Other |
AsRateLimit
Gets this instance as a RateLimit, or null.
Declaration
public AddFileMemberError.RateLimit AsRateLimit { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.RateLimit |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public AddFileMemberError.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| AddFileMemberError.UserError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBannedMember
Gets a value indicating whether this instance is BannedMember
Declaration
public bool IsBannedMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidComment
Gets a value indicating whether this instance is InvalidComment
Declaration
public bool IsInvalidComment { 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 |
IsRateLimit
Gets a value indicating whether this instance is RateLimit
Declaration
public bool IsRateLimit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |