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 Folder
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 |
---|---|
Folder |
AsCreateLink
Gets this instance as a CreateLink, or null
.
Declaration
public FolderAction.CreateLink AsCreateLink { get; }
Property Value
Type | Description |
---|---|
Folder |
AsDisableViewerInfo
Gets this instance as a DisableViewerInfo, or null
.
Declaration
public FolderAction.DisableViewerInfo AsDisableViewerInfo { get; }
Property Value
Type | Description |
---|---|
Folder |
AsEditContents
Gets this instance as a EditContents, or null
.
Declaration
public FolderAction.EditContents AsEditContents { get; }
Property Value
Type | Description |
---|---|
Folder |
AsEnableViewerInfo
Gets this instance as a EnableViewerInfo, or null
.
Declaration
public FolderAction.EnableViewerInfo AsEnableViewerInfo { get; }
Property Value
Type | Description |
---|---|
Folder |
AsInviteEditor
Gets this instance as a InviteEditor, or null
.
Declaration
public FolderAction.InviteEditor AsInviteEditor { get; }
Property Value
Type | Description |
---|---|
Folder |
AsInviteViewer
Gets this instance as a InviteViewer, or null
.
Declaration
public FolderAction.InviteViewer AsInviteViewer { get; }
Property Value
Type | Description |
---|---|
Folder |
AsInviteViewerNoComment
Gets this instance as a InviteViewerNoComment, or null
.
Declaration
public FolderAction.InviteViewerNoComment AsInviteViewerNoComment { get; }
Property Value
Type | Description |
---|---|
Folder |
AsLeaveACopy
Gets this instance as a LeaveACopy, or null
.
Declaration
public FolderAction.LeaveACopy AsLeaveACopy { get; }
Property Value
Type | Description |
---|---|
Folder |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FolderAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Folder |
AsRelinquishMembership
Gets this instance as a RelinquishMembership, or null
.
Declaration
public FolderAction.RelinquishMembership AsRelinquishMembership { get; }
Property Value
Type | Description |
---|---|
Folder |
AsSetAccessInheritance
Gets this instance as a SetAccessInheritance, or null
.
Declaration
public FolderAction.SetAccessInheritance AsSetAccessInheritance { get; }
Property Value
Type | Description |
---|---|
Folder |
AsShareLink
Gets this instance as a ShareLink, or null
.
Declaration
public FolderAction.ShareLink AsShareLink { get; }
Property Value
Type | Description |
---|---|
Folder |
AsUnmount
Gets this instance as a Unmount, or null
.
Declaration
public FolderAction.Unmount AsUnmount { get; }
Property Value
Type | Description |
---|---|
Folder |
AsUnshare
Gets this instance as a Unshare, or null
.
Declaration
public FolderAction.Unshare AsUnshare { get; }
Property Value
Type | Description |
---|---|
Folder |
IsChangeOptions
Gets a value indicating whether this instance is ChangeOptions
Declaration
public bool IsChangeOptions { get; }
Property Value
Type | Description |
---|---|
System. |
IsCreateLink
Gets a value indicating whether this instance is CreateLink
Declaration
public bool IsCreateLink { get; }
Property Value
Type | Description |
---|---|
System. |
IsDisableViewerInfo
Gets a value indicating whether this instance is DisableViewerInfo
Declaration
public bool IsDisableViewerInfo { get; }
Property Value
Type | Description |
---|---|
System. |
IsEditContents
Gets a value indicating whether this instance is EditContents
Declaration
public bool IsEditContents { get; }
Property Value
Type | Description |
---|---|
System. |
IsEnableViewerInfo
Gets a value indicating whether this instance is EnableViewerInfo
Declaration
public bool IsEnableViewerInfo { get; }
Property Value
Type | Description |
---|---|
System. |
IsInviteEditor
Gets a value indicating whether this instance is InviteEditor
Declaration
public bool IsInviteEditor { get; }
Property Value
Type | Description |
---|---|
System. |
IsInviteViewer
Gets a value indicating whether this instance is InviteViewer
Declaration
public bool IsInviteViewer { get; }
Property Value
Type | Description |
---|---|
System. |
IsInviteViewerNoComment
Gets a value indicating whether this instance is InviteViewerNoComment
Declaration
public bool IsInviteViewerNoComment { get; }
Property Value
Type | Description |
---|---|
System. |
IsLeaveACopy
Gets a value indicating whether this instance is LeaveACopy
Declaration
public bool IsLeaveACopy { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsRelinquishMembership
Gets a value indicating whether this instance is RelinquishMembership
Declaration
public bool IsRelinquishMembership { get; }
Property Value
Type | Description |
---|---|
System. |
IsSetAccessInheritance
Gets a value indicating whether this instance is SetAccessInheritance
Declaration
public bool IsSetAccessInheritance { get; }
Property Value
Type | Description |
---|---|
System. |
IsShareLink
Gets a value indicating whether this instance is ShareLink
Declaration
public bool IsShareLink { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnmount
Gets a value indicating whether this instance is Unmount
Declaration
public bool IsUnmount { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnshare
Gets a value indicating whether this instance is Unshare
Declaration
public bool IsUnshare { get; }
Property Value
Type | Description |
---|---|
System. |