Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class UpdateFolderMemberError.NoExplicitAccess

If updating the access type required the member to be added to the shared folder and there was an error when adding the member.

Inheritance
System.Object
UpdateFolderMemberError
UpdateFolderMemberError.NoExplicitAccess
Inherited Members
UpdateFolderMemberError.IsAccessError
UpdateFolderMemberError.AsAccessError
UpdateFolderMemberError.IsMemberError
UpdateFolderMemberError.AsMemberError
UpdateFolderMemberError.IsNoExplicitAccess
UpdateFolderMemberError.AsNoExplicitAccess
UpdateFolderMemberError.IsInsufficientPlan
UpdateFolderMemberError.AsInsufficientPlan
UpdateFolderMemberError.IsNoPermission
UpdateFolderMemberError.AsNoPermission
UpdateFolderMemberError.IsOther
UpdateFolderMemberError.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 NoExplicitAccess : UpdateFolderMemberError

Constructors

| Improve this Doc View Source

NoExplicitAccess(AddFolderMemberError)

Initializes a new instance of the UpdateFolderMemberError.NoExplicitAccess class.

Declaration
public NoExplicitAccess(AddFolderMemberError value)
Parameters
Type Name Description
AddFolderMemberError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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