Class FileAction
Sharing actions that may be taken on files.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FileAction
Constructors
| Improve this Doc View SourceFileAction()
Initializes a new instance of the FileAction class.
Declaration
public FileAction()
Properties
| Improve this Doc View SourceAsCreateEditLink
Gets this instance as a CreateEditLink, or null
.
Declaration
public FileAction.CreateEditLink AsCreateEditLink { get; }
Property Value
Type | Description |
---|---|
FileAction.CreateEditLink |
AsCreateLink
Gets this instance as a CreateLink, or null
.
Declaration
public FileAction.CreateLink AsCreateLink { get; }
Property Value
Type | Description |
---|---|
FileAction.CreateLink |
AsCreateViewLink
Gets this instance as a CreateViewLink, or null
.
Declaration
public FileAction.CreateViewLink AsCreateViewLink { get; }
Property Value
Type | Description |
---|---|
FileAction.CreateViewLink |
AsDisableViewerInfo
Gets this instance as a DisableViewerInfo, or null
.
Declaration
public FileAction.DisableViewerInfo AsDisableViewerInfo { get; }
Property Value
Type | Description |
---|---|
FileAction.DisableViewerInfo |
AsEditContents
Gets this instance as a EditContents, or null
.
Declaration
public FileAction.EditContents AsEditContents { get; }
Property Value
Type | Description |
---|---|
FileAction.EditContents |
AsEnableViewerInfo
Gets this instance as a EnableViewerInfo, or null
.
Declaration
public FileAction.EnableViewerInfo AsEnableViewerInfo { get; }
Property Value
Type | Description |
---|---|
FileAction.EnableViewerInfo |
AsInviteEditor
Gets this instance as a InviteEditor, or null
.
Declaration
public FileAction.InviteEditor AsInviteEditor { get; }
Property Value
Type | Description |
---|---|
FileAction.InviteEditor |
AsInviteViewer
Gets this instance as a InviteViewer, or null
.
Declaration
public FileAction.InviteViewer AsInviteViewer { get; }
Property Value
Type | Description |
---|---|
FileAction.InviteViewer |
AsInviteViewerNoComment
Gets this instance as a InviteViewerNoComment, or null
.
Declaration
public FileAction.InviteViewerNoComment AsInviteViewerNoComment { get; }
Property Value
Type | Description |
---|---|
FileAction.InviteViewerNoComment |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FileAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FileAction.Other |
AsRelinquishMembership
Gets this instance as a RelinquishMembership, or null
.
Declaration
public FileAction.RelinquishMembership AsRelinquishMembership { get; }
Property Value
Type | Description |
---|---|
FileAction.RelinquishMembership |
AsShareLink
Gets this instance as a ShareLink, or null
.
Declaration
public FileAction.ShareLink AsShareLink { get; }
Property Value
Type | Description |
---|---|
FileAction.ShareLink |
AsUnshare
Gets this instance as a Unshare, or null
.
Declaration
public FileAction.Unshare AsUnshare { get; }
Property Value
Type | Description |
---|---|
FileAction.Unshare |
IsCreateEditLink
Gets a value indicating whether this instance is CreateEditLink
Declaration
public bool IsCreateEditLink { 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 |
IsCreateViewLink
Gets a value indicating whether this instance is CreateViewLink
Declaration
public bool IsCreateViewLink { 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 |
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 |
IsShareLink
Gets a value indicating whether this instance is ShareLink
Declaration
public bool IsShareLink { 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 |