Show / Hide Table of Contents

Class AddFileMemberError

Errors for AddFileMemberAsync(AddFileMemberArgs).

Inheritance
System.Object
AddFileMemberError
AddFileMemberError.AccessError
AddFileMemberError.InvalidComment
AddFileMemberError.Other
AddFileMemberError.RateLimit
AddFileMemberError.UserError
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 AddFileMemberError

Constructors

| Improve this Doc View Source

AddFileMemberError()

Initializes a new instance of the AddFileMemberError class.

Declaration
public AddFileMemberError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public AddFileMemberError.AccessError AsAccessError { get; }
Property Value
Type Description
AddFileMemberError.AccessError
| Improve this Doc View Source

AsInvalidComment

Gets this instance as a InvalidComment, or null.

Declaration
public AddFileMemberError.InvalidComment AsInvalidComment { get; }
Property Value
Type Description
AddFileMemberError.InvalidComment
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AddFileMemberError.Other AsOther { get; }
Property Value
Type Description
AddFileMemberError.Other
| Improve this Doc View Source

AsRateLimit

Gets this instance as a RateLimit, or null.

Declaration
public AddFileMemberError.RateLimit AsRateLimit { get; }
Property Value
Type Description
AddFileMemberError.RateLimit
| Improve this Doc View Source

AsUserError

Gets this instance as a UserError, or null.

Declaration
public AddFileMemberError.UserError AsUserError { get; }
Property Value
Type Description
AddFileMemberError.UserError
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidComment

Gets a value indicating whether this instance is InvalidComment

Declaration
public bool IsInvalidComment { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRateLimit

Gets a value indicating whether this instance is RateLimit

Declaration
public bool IsRateLimit { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserError

Gets a value indicating whether this instance is UserError

Declaration
public bool IsUserError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddFileMemberError()
  • Properties
    • AsAccessError
    • AsInvalidComment
    • AsOther
    • AsRateLimit
    • AsUserError
    • IsAccessError
    • IsInvalidComment
    • IsOther
    • IsRateLimit
    • IsUserError
Back to top Generated by DocFX