• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MemberAction

Actions that may be taken on members of a shared folder.

Inheritance
System.Object
MemberAction
MemberAction.LeaveACopy
MemberAction.MakeEditor
MemberAction.MakeOwner
MemberAction.MakeViewer
MemberAction.MakeViewerNoComment
MemberAction.Other
MemberAction.Remove
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 MemberAction

Constructors

| Improve this Doc View Source

MemberAction()

Initializes a new instance of the MemberAction class.

Declaration
public MemberAction()

Properties

| Improve this Doc View Source

AsLeaveACopy

Gets this instance as a LeaveACopy, or null.

Declaration
public MemberAction.LeaveACopy AsLeaveACopy { get; }
Property Value
Type Description
MemberAction.LeaveACopy
| Improve this Doc View Source

AsMakeEditor

Gets this instance as a MakeEditor, or null.

Declaration
public MemberAction.MakeEditor AsMakeEditor { get; }
Property Value
Type Description
MemberAction.MakeEditor
| Improve this Doc View Source

AsMakeOwner

Gets this instance as a MakeOwner, or null.

Declaration
public MemberAction.MakeOwner AsMakeOwner { get; }
Property Value
Type Description
MemberAction.MakeOwner
| Improve this Doc View Source

AsMakeViewer

Gets this instance as a MakeViewer, or null.

Declaration
public MemberAction.MakeViewer AsMakeViewer { get; }
Property Value
Type Description
MemberAction.MakeViewer
| Improve this Doc View Source

AsMakeViewerNoComment

Gets this instance as a MakeViewerNoComment, or null.

Declaration
public MemberAction.MakeViewerNoComment AsMakeViewerNoComment { get; }
Property Value
Type Description
MemberAction.MakeViewerNoComment
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MemberAction.Other AsOther { get; }
Property Value
Type Description
MemberAction.Other
| Improve this Doc View Source

AsRemove

Gets this instance as a Remove, or null.

Declaration
public MemberAction.Remove AsRemove { get; }
Property Value
Type Description
MemberAction.Remove
| Improve this Doc View Source

IsLeaveACopy

Gets a value indicating whether this instance is LeaveACopy

Declaration
public bool IsLeaveACopy { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMakeEditor

Gets a value indicating whether this instance is MakeEditor

Declaration
public bool IsMakeEditor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMakeOwner

Gets a value indicating whether this instance is MakeOwner

Declaration
public bool IsMakeOwner { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMakeViewer

Gets a value indicating whether this instance is MakeViewer

Declaration
public bool IsMakeViewer { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMakeViewerNoComment

Gets a value indicating whether this instance is MakeViewerNoComment

Declaration
public bool IsMakeViewerNoComment { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemove

Gets a value indicating whether this instance is Remove

Declaration
public bool IsRemove { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberAction()
  • Properties
    • AsLeaveACopy
    • AsMakeEditor
    • AsMakeOwner
    • AsMakeViewer
    • AsMakeViewerNoComment
    • AsOther
    • AsRemove
    • IsLeaveACopy
    • IsMakeEditor
    • IsMakeOwner
    • IsMakeViewer
    • IsMakeViewerNoComment
    • IsOther
    • IsRemove
Back to top Generated by DocFX