Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFileMembersError

Error for ListFileMembersAsync(ListFileMembersArg).

Inheritance
object
ListFileMembersError
ListFileMembersError.AccessError
ListFileMembersError.Other
ListFileMembersError.UserError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersError

Constructors

View Source

ListFileMembersError()

Initializes a new instance of the ListFileMembersError class.

Declaration
public ListFileMembersError()

Properties

View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public ListFileMembersError.AccessError AsAccessError { get; }
Property Value
Type Description
ListFileMembersError.AccessError
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListFileMembersError.Other AsOther { get; }
Property Value
Type Description
ListFileMembersError.Other
View Source

AsUserError

Gets this instance as a UserError, or null.

Declaration
public ListFileMembersError.UserError AsUserError { get; }
Property Value
Type Description
ListFileMembersError.UserError
View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUserError

Gets a value indicating whether this instance is UserError

Declaration
public bool IsUserError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK