Show / Hide Table of Contents

Class RelinquishFolderMembershipError.AccessError

The access error object

Inheritance
System.Object
RelinquishFolderMembershipError
RelinquishFolderMembershipError.AccessError
Inherited Members
RelinquishFolderMembershipError.IsAccessError
RelinquishFolderMembershipError.AsAccessError
RelinquishFolderMembershipError.IsFolderOwner
RelinquishFolderMembershipError.AsFolderOwner
RelinquishFolderMembershipError.IsMounted
RelinquishFolderMembershipError.AsMounted
RelinquishFolderMembershipError.IsGroupAccess
RelinquishFolderMembershipError.AsGroupAccess
RelinquishFolderMembershipError.IsTeamFolder
RelinquishFolderMembershipError.AsTeamFolder
RelinquishFolderMembershipError.IsNoPermission
RelinquishFolderMembershipError.AsNoPermission
RelinquishFolderMembershipError.IsNoExplicitAccess
RelinquishFolderMembershipError.AsNoExplicitAccess
RelinquishFolderMembershipError.IsOther
RelinquishFolderMembershipError.AsOther
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 sealed class AccessError : RelinquishFolderMembershipError

Constructors

| Improve this Doc View Source

AccessError(SharedFolderAccessError)

Initializes a new instance of the RelinquishFolderMembershipError.AccessError class.

Declaration
public AccessError(SharedFolderAccessError value)
Parameters
Type Name Description
SharedFolderAccessError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderAccessError Value { get; }
Property Value
Type Description
SharedFolderAccessError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError(SharedFolderAccessError)
  • Properties
    • Value
Back to top Generated by DocFX