Dropbox .NET SDK
Show / Hide Table of Contents

Class FolderAction.CreateLink

Field is deprecated. Use create_view_link and create_edit_link instead.

Inheritance
object
FolderAction
FolderAction.CreateLink
Inherited Members
FolderAction.IsChangeOptions
FolderAction.AsChangeOptions
FolderAction.IsDisableViewerInfo
FolderAction.AsDisableViewerInfo
FolderAction.IsEditContents
FolderAction.AsEditContents
FolderAction.IsEnableViewerInfo
FolderAction.AsEnableViewerInfo
FolderAction.IsInviteEditor
FolderAction.AsInviteEditor
FolderAction.IsInviteViewer
FolderAction.AsInviteViewer
FolderAction.IsInviteViewerNoComment
FolderAction.AsInviteViewerNoComment
FolderAction.IsRelinquishMembership
FolderAction.AsRelinquishMembership
FolderAction.IsUnmount
FolderAction.AsUnmount
FolderAction.IsUnshare
FolderAction.AsUnshare
FolderAction.IsLeaveACopy
FolderAction.AsLeaveACopy
FolderAction.IsShareLink
FolderAction.AsShareLink
FolderAction.IsCreateLink
FolderAction.AsCreateLink
FolderAction.IsCreateViewLink
FolderAction.AsCreateViewLink
FolderAction.IsCreateEditLink
FolderAction.AsCreateEditLink
FolderAction.IsSetAccessInheritance
FolderAction.AsSetAccessInheritance
FolderAction.IsOther
FolderAction.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class FolderAction.CreateLink : FolderAction

Fields

View Source

Instance

A singleton instance of CreateLink

Declaration
public static readonly FolderAction.CreateLink Instance
Field Value
Type Description
FolderAction.CreateLink
  • View Source
In this article
Back to top Dropbox .NET SDK