Show / Hide Table of Contents

Class RemoveFileMemberError

Errors for RemoveFileMember2Async(RemoveFileMemberArg).

Inheritance
System.Object
RemoveFileMemberError
RemoveFileMemberError.AccessError
RemoveFileMemberError.NoExplicitAccess
RemoveFileMemberError.Other
RemoveFileMemberError.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 RemoveFileMemberError

Constructors

| Improve this Doc View Source

RemoveFileMemberError()

Initializes a new instance of the RemoveFileMemberError class.

Declaration
public RemoveFileMemberError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

Declaration
public RemoveFileMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type Description
RemoveFileMemberError.NoExplicitAccess
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserError

Gets this instance as a UserError, or null.

Declaration
public RemoveFileMemberError.UserError AsUserError { get; }
Property Value
Type Description
RemoveFileMemberError.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

IsNoExplicitAccess

Gets a value indicating whether this instance is NoExplicitAccess

Declaration
public bool IsNoExplicitAccess { 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

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
    • RemoveFileMemberError()
  • Properties
    • AsAccessError
    • AsNoExplicitAccess
    • AsOther
    • AsUserError
    • IsAccessError
    • IsNoExplicitAccess
    • IsOther
    • IsUserError
Back to top Generated by DocFX