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.
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 sealed class NoExplicitAccess : UpdateFolderMemberError
Constructors
| Improve this Doc View SourceNoExplicitAccess(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 SourceValue
Gets the value of this instance.
Declaration
public AddFolderMemberError Value { get; }
Property Value
Type | Description |
---|---|
AddFolderMemberError |