Show / Hide Table of Contents

Class ListFileMembersIndividualResult

The list file members individual result object

Inheritance
System.Object
ListFileMembersIndividualResult
ListFileMembersIndividualResult.AccessError
ListFileMembersIndividualResult.Other
ListFileMembersIndividualResult.Result
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 ListFileMembersIndividualResult

Constructors

| Improve this Doc View Source

ListFileMembersIndividualResult()

Initializes a new instance of the ListFileMembersIndividualResult class.

Declaration
public ListFileMembersIndividualResult()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsResult

Gets this instance as a Result, or null.

Declaration
public ListFileMembersIndividualResult.Result AsResult { get; }
Property Value
Type Description
ListFileMembersIndividualResult.Result
| 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

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

IsResult

Gets a value indicating whether this instance is Result

Declaration
public bool IsResult { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFileMembersIndividualResult()
  • Properties
    • AsAccessError
    • AsOther
    • AsResult
    • IsAccessError
    • IsOther
    • IsResult
Back to top Generated by DocFX