Class FolderAction
Actions that may be taken on shared folders.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FolderAction
Constructors
| Improve this Doc View SourceFolderAction()
Initializes a new instance of the FolderAction class.
Declaration
public FolderAction()
Properties
| Improve this Doc View SourceAsChangeOptions
Gets this instance as a ChangeOptions, or null
.
Declaration
public FolderAction.ChangeOptions AsChangeOptions { get; }
Property Value
Type | Description |
---|---|
FolderAction.ChangeOptions |
AsCreateLink
Gets this instance as a CreateLink, or null
.
Declaration
public FolderAction.CreateLink AsCreateLink { get; }
Property Value
Type | Description |
---|---|
FolderAction.CreateLink |
AsDisableViewerInfo
Gets this instance as a DisableViewerInfo, or null
.
Declaration
public FolderAction.DisableViewerInfo AsDisableViewerInfo { get; }
Property Value
Type | Description |
---|---|
FolderAction.DisableViewerInfo |
AsEditContents
Gets this instance as a EditContents, or null
.
Declaration
public FolderAction.EditContents AsEditContents { get; }
Property Value
Type | Description |
---|---|
FolderAction.EditContents |
AsEnableViewerInfo
Gets this instance as a EnableViewerInfo, or null
.
Declaration
public FolderAction.EnableViewerInfo AsEnableViewerInfo { get; }
Property Value
Type | Description |
---|---|
FolderAction.EnableViewerInfo |
AsInviteEditor
Gets this instance as a InviteEditor, or null
.
Declaration
public FolderAction.InviteEditor AsInviteEditor { get; }
Property Value
Type | Description |
---|---|
FolderAction.InviteEditor |
AsInviteViewer
Gets this instance as a InviteViewer, or null
.
Declaration
public FolderAction.InviteViewer AsInviteViewer { get; }
Property Value
Type | Description |
---|---|
FolderAction.InviteViewer |
AsInviteViewerNoComment
Gets this instance as a InviteViewerNoComment, or null
.
Declaration
public FolderAction.InviteViewerNoComment AsInviteViewerNoComment { get; }
Property Value
Type | Description |
---|---|
FolderAction.InviteViewerNoComment |
AsLeaveACopy
Gets this instance as a LeaveACopy, or null
.
Declaration
public FolderAction.LeaveACopy AsLeaveACopy { get; }
Property Value
Type | Description |
---|---|
FolderAction.LeaveACopy |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FolderAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FolderAction.Other |
AsRelinquishMembership
Gets this instance as a RelinquishMembership, or null
.
Declaration
public FolderAction.RelinquishMembership AsRelinquishMembership { get; }
Property Value
Type | Description |
---|---|
FolderAction.RelinquishMembership |
AsSetAccessInheritance
Gets this instance as a SetAccessInheritance, or null
.
Declaration
public FolderAction.SetAccessInheritance AsSetAccessInheritance { get; }
Property Value
Type | Description |
---|---|
FolderAction.SetAccessInheritance |
AsShareLink
Gets this instance as a ShareLink, or null
.
Declaration
public FolderAction.ShareLink AsShareLink { get; }
Property Value
Type | Description |
---|---|
FolderAction.ShareLink |
AsUnmount
Gets this instance as a Unmount, or null
.
Declaration
public FolderAction.Unmount AsUnmount { get; }
Property Value
Type | Description |
---|---|
FolderAction.Unmount |
AsUnshare
Gets this instance as a Unshare, or null
.
Declaration
public FolderAction.Unshare AsUnshare { get; }
Property Value
Type | Description |
---|---|
FolderAction.Unshare |
IsChangeOptions
Gets a value indicating whether this instance is ChangeOptions
Declaration
public bool IsChangeOptions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCreateLink
Gets a value indicating whether this instance is CreateLink
Declaration
public bool IsCreateLink { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisableViewerInfo
Gets a value indicating whether this instance is DisableViewerInfo
Declaration
public bool IsDisableViewerInfo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEditContents
Gets a value indicating whether this instance is EditContents
Declaration
public bool IsEditContents { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEnableViewerInfo
Gets a value indicating whether this instance is EnableViewerInfo
Declaration
public bool IsEnableViewerInfo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInviteEditor
Gets a value indicating whether this instance is InviteEditor
Declaration
public bool IsInviteEditor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInviteViewer
Gets a value indicating whether this instance is InviteViewer
Declaration
public bool IsInviteViewer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInviteViewerNoComment
Gets a value indicating whether this instance is InviteViewerNoComment
Declaration
public bool IsInviteViewerNoComment { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLeaveACopy
Gets a value indicating whether this instance is LeaveACopy
Declaration
public bool IsLeaveACopy { 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 |
IsRelinquishMembership
Gets a value indicating whether this instance is RelinquishMembership
Declaration
public bool IsRelinquishMembership { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSetAccessInheritance
Gets a value indicating whether this instance is SetAccessInheritance
Declaration
public bool IsSetAccessInheritance { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsShareLink
Gets a value indicating whether this instance is ShareLink
Declaration
public bool IsShareLink { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnmount
Gets a value indicating whether this instance is Unmount
Declaration
public bool IsUnmount { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnshare
Gets a value indicating whether this instance is Unshare
Declaration
public bool IsUnshare { get; }
Property Value
Type | Description |
---|---|
System.Boolean |