Class FileMemberActionIndividualResult.Success
Part of the response for both add_file_member and remove_file_member_v1 (deprecated). For add_file_member, indicates giving access was successful and at what AccessLevel. For remove_file_member_v1, indicates member was successfully removed from the file. If AccessLevel is given, the member still has access via a parent shared folder.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileMemberActionIndividualResult.Success : FileMemberActionIndividualResult
Constructors
View SourceSuccess(AccessLevel)
Initializes a new instance of the FileMemberActionIndividualResult.Success class.
Declaration
public Success(AccessLevel value)
Parameters
| Type | Name | Description |
|---|---|---|
| AccessLevel | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public AccessLevel Value { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel |