Show / Hide Table of Contents

Class FileMemberActionError

The file member action error object

Inheritance
System.Object
FileMemberActionError
FileMemberActionError.AccessError
FileMemberActionError.InvalidMember
FileMemberActionError.NoExplicitAccess
FileMemberActionError.NoPermission
FileMemberActionError.Other
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 FileMemberActionError

Constructors

| Improve this Doc View Source

FileMemberActionError()

Initializes a new instance of the FileMemberActionError class.

Declaration
public FileMemberActionError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsInvalidMember

Gets this instance as a InvalidMember, or null.

Declaration
public FileMemberActionError.InvalidMember AsInvalidMember { get; }
Property Value
Type Description
FileMemberActionError.InvalidMember
| Improve this Doc View Source

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public FileMemberActionError.NoPermission AsNoPermission { get; }
Property Value
Type Description
FileMemberActionError.NoPermission
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public FileMemberActionError.Other AsOther { get; }
Property Value
Type Description
FileMemberActionError.Other
| 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

IsInvalidMember

Gets a value indicating whether this instance is InvalidMember

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

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { 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
In This Article
  • Constructors
    • FileMemberActionError()
  • Properties
    • AsAccessError
    • AsInvalidMember
    • AsNoExplicitAccess
    • AsNoPermission
    • AsOther
    • IsAccessError
    • IsInvalidMember
    • IsNoExplicitAccess
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX