Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberAction

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

Inheritance
object
MemberAction
MemberAction.LeaveACopy
MemberAction.MakeEditor
MemberAction.MakeOwner
MemberAction.MakeViewer
MemberAction.MakeViewerNoComment
MemberAction.Other
MemberAction.Remove
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MemberAction

Constructors

View Source

MemberAction()

Initializes a new instance of the MemberAction class.

Declaration
public MemberAction()

Properties

View Source

AsLeaveACopy

Gets this instance as a LeaveACopy, or null.

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

AsMakeEditor

Gets this instance as a MakeEditor, or null.

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

AsMakeOwner

Gets this instance as a MakeOwner, or null.

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

AsMakeViewer

Gets this instance as a MakeViewer, or null.

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

AsMakeViewerNoComment

Gets this instance as a MakeViewerNoComment, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRemove

Gets this instance as a Remove, or null.

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

IsLeaveACopy

Gets a value indicating whether this instance is LeaveACopy

Declaration
public bool IsLeaveACopy { get; }
Property Value
Type Description
bool
View Source

IsMakeEditor

Gets a value indicating whether this instance is MakeEditor

Declaration
public bool IsMakeEditor { get; }
Property Value
Type Description
bool
View Source

IsMakeOwner

Gets a value indicating whether this instance is MakeOwner

Declaration
public bool IsMakeOwner { get; }
Property Value
Type Description
bool
View Source

IsMakeViewer

Gets a value indicating whether this instance is MakeViewer

Declaration
public bool IsMakeViewer { get; }
Property Value
Type Description
bool
View Source

IsMakeViewerNoComment

Gets a value indicating whether this instance is MakeViewerNoComment

Declaration
public bool IsMakeViewerNoComment { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemove

Gets a value indicating whether this instance is Remove

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