Dropbox .NET SDK
Show / Hide Table of Contents

Class FileMemberActionIndividualResult.MemberError

User was not able to perform this action.

Inheritance
object
FileMemberActionIndividualResult
FileMemberActionIndividualResult.MemberError
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.MemberError : FileMemberActionIndividualResult

Constructors

View Source

MemberError(FileMemberActionError)

Initializes a new instance of the FileMemberActionIndividualResult.MemberError class.

Declaration
public MemberError(FileMemberActionError value)
Parameters
Type Name Description
FileMemberActionError value

The value

Properties

View Source

Value

Gets the value of this instance.

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