Show / Hide Table of Contents

Class SetAccessInheritanceError

The set access inheritance error object

Inheritance
System.Object
SetAccessInheritanceError
SetAccessInheritanceError.AccessError
SetAccessInheritanceError.NoPermission
SetAccessInheritanceError.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 SetAccessInheritanceError

Constructors

| Improve this Doc View Source

SetAccessInheritanceError()

Initializes a new instance of the SetAccessInheritanceError class.

Declaration
public SetAccessInheritanceError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

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
    • SetAccessInheritanceError()
  • Properties
    • AsAccessError
    • AsNoPermission
    • AsOther
    • IsAccessError
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX