Show / Hide Table of Contents

Class FolderAction

Actions that may be taken on shared folders.

Inheritance
System.Object
FolderAction
FolderAction.ChangeOptions
FolderAction.CreateLink
FolderAction.DisableViewerInfo
FolderAction.EditContents
FolderAction.EnableViewerInfo
FolderAction.InviteEditor
FolderAction.InviteViewer
FolderAction.InviteViewerNoComment
FolderAction.LeaveACopy
FolderAction.Other
FolderAction.RelinquishMembership
FolderAction.SetAccessInheritance
FolderAction.ShareLink
FolderAction.Unmount
FolderAction.Unshare
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FolderAction

Constructors

| Improve this Doc View Source

FolderAction()

Initializes a new instance of the FolderAction class.

Declaration
public FolderAction()

Properties

| Improve this Doc View Source

AsChangeOptions

Gets this instance as a ChangeOptions, or null.

Declaration
public FolderAction.ChangeOptions AsChangeOptions { get; }
Property Value
Type Description
FolderAction.ChangeOptions
| Improve this Doc View Source

AsCreateLink

Gets this instance as a CreateLink, or null.

Declaration
public FolderAction.CreateLink AsCreateLink { get; }
Property Value
Type Description
FolderAction.CreateLink
| Improve this Doc View Source

AsDisableViewerInfo

Gets this instance as a DisableViewerInfo, or null.

Declaration
public FolderAction.DisableViewerInfo AsDisableViewerInfo { get; }
Property Value
Type Description
FolderAction.DisableViewerInfo
| Improve this Doc View Source

AsEditContents

Gets this instance as a EditContents, or null.

Declaration
public FolderAction.EditContents AsEditContents { get; }
Property Value
Type Description
FolderAction.EditContents
| Improve this Doc View Source

AsEnableViewerInfo

Gets this instance as a EnableViewerInfo, or null.

Declaration
public FolderAction.EnableViewerInfo AsEnableViewerInfo { get; }
Property Value
Type Description
FolderAction.EnableViewerInfo
| Improve this Doc View Source

AsInviteEditor

Gets this instance as a InviteEditor, or null.

Declaration
public FolderAction.InviteEditor AsInviteEditor { get; }
Property Value
Type Description
FolderAction.InviteEditor
| Improve this Doc View Source

AsInviteViewer

Gets this instance as a InviteViewer, or null.

Declaration
public FolderAction.InviteViewer AsInviteViewer { get; }
Property Value
Type Description
FolderAction.InviteViewer
| Improve this Doc View Source

AsInviteViewerNoComment

Gets this instance as a InviteViewerNoComment, or null.

Declaration
public FolderAction.InviteViewerNoComment AsInviteViewerNoComment { get; }
Property Value
Type Description
FolderAction.InviteViewerNoComment
| Improve this Doc View Source

AsLeaveACopy

Gets this instance as a LeaveACopy, or null.

Declaration
public FolderAction.LeaveACopy AsLeaveACopy { get; }
Property Value
Type Description
FolderAction.LeaveACopy
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public FolderAction.Other AsOther { get; }
Property Value
Type Description
FolderAction.Other
| Improve this Doc View Source

AsRelinquishMembership

Gets this instance as a RelinquishMembership, or null.

Declaration
public FolderAction.RelinquishMembership AsRelinquishMembership { get; }
Property Value
Type Description
FolderAction.RelinquishMembership
| Improve this Doc View Source

AsSetAccessInheritance

Gets this instance as a SetAccessInheritance, or null.

Declaration
public FolderAction.SetAccessInheritance AsSetAccessInheritance { get; }
Property Value
Type Description
FolderAction.SetAccessInheritance
| Improve this Doc View Source

AsShareLink

Gets this instance as a ShareLink, or null.

Declaration
public FolderAction.ShareLink AsShareLink { get; }
Property Value
Type Description
FolderAction.ShareLink
| Improve this Doc View Source

AsUnmount

Gets this instance as a Unmount, or null.

Declaration
public FolderAction.Unmount AsUnmount { get; }
Property Value
Type Description
FolderAction.Unmount
| Improve this Doc View Source

AsUnshare

Gets this instance as a Unshare, or null.

Declaration
public FolderAction.Unshare AsUnshare { get; }
Property Value
Type Description
FolderAction.Unshare
| Improve this Doc View Source

IsChangeOptions

Gets a value indicating whether this instance is ChangeOptions

Declaration
public bool IsChangeOptions { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCreateLink

Gets a value indicating whether this instance is CreateLink

Declaration
public bool IsCreateLink { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisableViewerInfo

Gets a value indicating whether this instance is DisableViewerInfo

Declaration
public bool IsDisableViewerInfo { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEditContents

Gets a value indicating whether this instance is EditContents

Declaration
public bool IsEditContents { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEnableViewerInfo

Gets a value indicating whether this instance is EnableViewerInfo

Declaration
public bool IsEnableViewerInfo { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInviteEditor

Gets a value indicating whether this instance is InviteEditor

Declaration
public bool IsInviteEditor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInviteViewer

Gets a value indicating whether this instance is InviteViewer

Declaration
public bool IsInviteViewer { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInviteViewerNoComment

Gets a value indicating whether this instance is InviteViewerNoComment

Declaration
public bool IsInviteViewerNoComment { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLeaveACopy

Gets a value indicating whether this instance is LeaveACopy

Declaration
public bool IsLeaveACopy { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRelinquishMembership

Gets a value indicating whether this instance is RelinquishMembership

Declaration
public bool IsRelinquishMembership { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSetAccessInheritance

Gets a value indicating whether this instance is SetAccessInheritance

Declaration
public bool IsSetAccessInheritance { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsShareLink

Gets a value indicating whether this instance is ShareLink

Declaration
public bool IsShareLink { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnmount

Gets a value indicating whether this instance is Unmount

Declaration
public bool IsUnmount { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnshare

Gets a value indicating whether this instance is Unshare

Declaration
public bool IsUnshare { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FolderAction()
  • Properties
    • AsChangeOptions
    • AsCreateLink
    • AsDisableViewerInfo
    • AsEditContents
    • AsEnableViewerInfo
    • AsInviteEditor
    • AsInviteViewer
    • AsInviteViewerNoComment
    • AsLeaveACopy
    • AsOther
    • AsRelinquishMembership
    • AsSetAccessInheritance
    • AsShareLink
    • AsUnmount
    • AsUnshare
    • IsChangeOptions
    • IsCreateLink
    • IsDisableViewerInfo
    • IsEditContents
    • IsEnableViewerInfo
    • IsInviteEditor
    • IsInviteViewer
    • IsInviteViewerNoComment
    • IsLeaveACopy
    • IsOther
    • IsRelinquishMembership
    • IsSetAccessInheritance
    • IsShareLink
    • IsUnmount
    • IsUnshare
Back to top Generated by DocFX