Class MemberAction
Actions that may be taken on members of a shared folder.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MemberAction
Constructors
| Improve this Doc View SourceMemberAction()
Initializes a new instance of the MemberAction class.
Declaration
public MemberAction()
Properties
| Improve this Doc View SourceAsLeaveACopy
Gets this instance as a LeaveACopy, or null
.
Declaration
public MemberAction.LeaveACopy AsLeaveACopy { get; }
Property Value
Type | Description |
---|---|
MemberAction.LeaveACopy |
AsMakeEditor
Gets this instance as a MakeEditor, or null
.
Declaration
public MemberAction.MakeEditor AsMakeEditor { get; }
Property Value
Type | Description |
---|---|
MemberAction.MakeEditor |
AsMakeOwner
Gets this instance as a MakeOwner, or null
.
Declaration
public MemberAction.MakeOwner AsMakeOwner { get; }
Property Value
Type | Description |
---|---|
MemberAction.MakeOwner |
AsMakeViewer
Gets this instance as a MakeViewer, or null
.
Declaration
public MemberAction.MakeViewer AsMakeViewer { get; }
Property Value
Type | Description |
---|---|
MemberAction.MakeViewer |
AsMakeViewerNoComment
Gets this instance as a MakeViewerNoComment, or null
.
Declaration
public MemberAction.MakeViewerNoComment AsMakeViewerNoComment { get; }
Property Value
Type | Description |
---|---|
MemberAction.MakeViewerNoComment |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberAction.Other |
AsRemove
Gets this instance as a Remove, or null
.
Declaration
public MemberAction.Remove AsRemove { get; }
Property Value
Type | Description |
---|---|
MemberAction.Remove |
IsLeaveACopy
Gets a value indicating whether this instance is LeaveACopy
Declaration
public bool IsLeaveACopy { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMakeEditor
Gets a value indicating whether this instance is MakeEditor
Declaration
public bool IsMakeEditor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMakeOwner
Gets a value indicating whether this instance is MakeOwner
Declaration
public bool IsMakeOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMakeViewer
Gets a value indicating whether this instance is MakeViewer
Declaration
public bool IsMakeViewer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMakeViewerNoComment
Gets a value indicating whether this instance is MakeViewerNoComment
Declaration
public bool IsMakeViewerNoComment { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemove
Gets a value indicating whether this instance is Remove
Declaration
public bool IsRemove { get; }
Property Value
Type | Description |
---|---|
System.Boolean |