Dropbox .NET SDK
Show / Hide Table of Contents

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.

Inheritance
object
FileMemberActionIndividualResult
FileMemberActionIndividualResult.Success
Inherited Members
FileMemberActionIndividualResult.IsSuccess
FileMemberActionIndividualResult.AsSuccess
FileMemberActionIndividualResult.IsMemberError
FileMemberActionIndividualResult.AsMemberError
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileMemberActionIndividualResult.Success : FileMemberActionIndividualResult

Constructors

View Source

Success(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 Source

Value

Gets the value of this instance.

Declaration
public AccessLevel Value { get; }
Property Value
Type Description
AccessLevel
  • View Source
In this article
Back to top Dropbox .NET SDK