Class RemoveFileMemberError.NoExplicitAccess
This member does not have explicit access to the file and therefore cannot be removed. The return value is the access that a user might have to the file from a parent folder.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class RemoveFileMemberError.NoExplicitAccess : RemoveFileMemberError
Constructors
View SourceNoExplicitAccess(MemberAccessLevelResult)
Initializes a new instance of the RemoveFileMemberError.NoExplicitAccess class.
Declaration
public NoExplicitAccess(MemberAccessLevelResult value)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberAccessLevelResult | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public MemberAccessLevelResult Value { get; }
Property Value
| Type | Description |
|---|---|
| MemberAccessLevelResult |