Show / Hide Table of Contents

Class FileMemberActionResult

Per-member result for AddFileMemberAsync(AddFileMemberArgs).

Inheritance
System.Object
FileMemberActionResult
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 class FileMemberActionResult

Constructors

| Improve this Doc View Source

FileMemberActionResult(MemberSelector, FileMemberActionIndividualResult)

Initializes a new instance of the FileMemberActionResult class.

Declaration
public FileMemberActionResult(MemberSelector member, FileMemberActionIndividualResult result)
Parameters
Type Name Description
MemberSelector member

One of specified input members.

FileMemberActionIndividualResult result

The outcome of the action on this member.

Properties

| Improve this Doc View Source

Member

One of specified input members.

Declaration
public MemberSelector Member { get; protected set; }
Property Value
Type Description
MemberSelector
| Improve this Doc View Source

Result

The outcome of the action on this member.

Declaration
public FileMemberActionIndividualResult Result { get; protected set; }
Property Value
Type Description
FileMemberActionIndividualResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileMemberActionResult(MemberSelector, FileMemberActionIndividualResult)
  • Properties
    • Member
    • Result
Back to top Generated by DocFX