Show / Hide Table of Contents

Class FileMemberRemoveActionResult

The file member remove action result object

Inheritance
System.Object
FileMemberRemoveActionResult
FileMemberRemoveActionResult.MemberError
FileMemberRemoveActionResult.Other
FileMemberRemoveActionResult.Success
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 FileMemberRemoveActionResult

Constructors

| Improve this Doc View Source

FileMemberRemoveActionResult()

Initializes a new instance of the FileMemberRemoveActionResult class.

Declaration
public FileMemberRemoveActionResult()

Properties

| Improve this Doc View Source

AsMemberError

Gets this instance as a MemberError, or null.

Declaration
public FileMemberRemoveActionResult.MemberError AsMemberError { get; }
Property Value
Type Description
FileMemberRemoveActionResult.MemberError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public FileMemberRemoveActionResult.Success AsSuccess { get; }
Property Value
Type Description
FileMemberRemoveActionResult.Success
| Improve this Doc View Source

IsMemberError

Gets a value indicating whether this instance is MemberError

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

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileMemberRemoveActionResult()
  • Properties
    • AsMemberError
    • AsOther
    • AsSuccess
    • IsMemberError
    • IsOther
    • IsSuccess
Back to top Generated by DocFX