Dropbox .NET SDK
Show / Hide Table of Contents

Class FileAction

Sharing actions that may be taken on files.

Inheritance
object
FileAction
FileAction.CreateEditLink
FileAction.CreateLink
FileAction.CreateViewLink
FileAction.DisableViewerInfo
FileAction.EditContents
FileAction.EnableViewerInfo
FileAction.InviteEditor
FileAction.InviteViewer
FileAction.InviteViewerNoComment
FileAction.Other
FileAction.RelinquishMembership
FileAction.ShareLink
FileAction.Unshare
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 FileAction

Constructors

View Source

FileAction()

Initializes a new instance of the FileAction class.

Declaration
public FileAction()

Properties

View Source

AsCreateEditLink

Gets this instance as a CreateEditLink, or null.

Declaration
public FileAction.CreateEditLink AsCreateEditLink { get; }
Property Value
Type Description
FileAction.CreateEditLink
View Source

AsCreateLink

Gets this instance as a CreateLink, or null.

Declaration
public FileAction.CreateLink AsCreateLink { get; }
Property Value
Type Description
FileAction.CreateLink
View Source

AsCreateViewLink

Gets this instance as a CreateViewLink, or null.

Declaration
public FileAction.CreateViewLink AsCreateViewLink { get; }
Property Value
Type Description
FileAction.CreateViewLink
View Source

AsDisableViewerInfo

Gets this instance as a DisableViewerInfo, or null.

Declaration
public FileAction.DisableViewerInfo AsDisableViewerInfo { get; }
Property Value
Type Description
FileAction.DisableViewerInfo
View Source

AsEditContents

Gets this instance as a EditContents, or null.

Declaration
public FileAction.EditContents AsEditContents { get; }
Property Value
Type Description
FileAction.EditContents
View Source

AsEnableViewerInfo

Gets this instance as a EnableViewerInfo, or null.

Declaration
public FileAction.EnableViewerInfo AsEnableViewerInfo { get; }
Property Value
Type Description
FileAction.EnableViewerInfo
View Source

AsInviteEditor

Gets this instance as a InviteEditor, or null.

Declaration
public FileAction.InviteEditor AsInviteEditor { get; }
Property Value
Type Description
FileAction.InviteEditor
View Source

AsInviteViewer

Gets this instance as a InviteViewer, or null.

Declaration
public FileAction.InviteViewer AsInviteViewer { get; }
Property Value
Type Description
FileAction.InviteViewer
View Source

AsInviteViewerNoComment

Gets this instance as a InviteViewerNoComment, or null.

Declaration
public FileAction.InviteViewerNoComment AsInviteViewerNoComment { get; }
Property Value
Type Description
FileAction.InviteViewerNoComment
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRelinquishMembership

Gets this instance as a RelinquishMembership, or null.

Declaration
public FileAction.RelinquishMembership AsRelinquishMembership { get; }
Property Value
Type Description
FileAction.RelinquishMembership
View Source

AsShareLink

Gets this instance as a ShareLink, or null.

Declaration
public FileAction.ShareLink AsShareLink { get; }
Property Value
Type Description
FileAction.ShareLink
View Source

AsUnshare

Gets this instance as a Unshare, or null.

Declaration
public FileAction.Unshare AsUnshare { get; }
Property Value
Type Description
FileAction.Unshare
View Source

IsCreateEditLink

Gets a value indicating whether this instance is CreateEditLink

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

IsCreateLink

Gets a value indicating whether this instance is CreateLink

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

IsCreateViewLink

Gets a value indicating whether this instance is CreateViewLink

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

IsDisableViewerInfo

Gets a value indicating whether this instance is DisableViewerInfo

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

IsEditContents

Gets a value indicating whether this instance is EditContents

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

IsEnableViewerInfo

Gets a value indicating whether this instance is EnableViewerInfo

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

IsInviteEditor

Gets a value indicating whether this instance is InviteEditor

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

IsInviteViewer

Gets a value indicating whether this instance is InviteViewer

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

IsInviteViewerNoComment

Gets a value indicating whether this instance is InviteViewerNoComment

Declaration
public bool IsInviteViewerNoComment { 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

IsRelinquishMembership

Gets a value indicating whether this instance is RelinquishMembership

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

IsShareLink

Gets a value indicating whether this instance is ShareLink

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

IsUnshare

Gets a value indicating whether this instance is Unshare

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