DotNetBox
latest

Introduction

  • Getting Started
  • Calling your first endpoint

Users

  • Users.GetAccount Method (string)
  • Users.GetAccountBatch Method (string[])
  • Users.GetCurrentAccount Method
  • Users.GetSpaceUsage Method

Files

  • Files.Cancel Method
  • Files.Copy Method (string, string)
  • Files.CreateFolder Method (string)
  • Files.Delete Method (string)
  • Files.Download Method (string, string)
  • Files.FileExists Method (string)
  • Files.FolderExists Method (string)
  • Files.GetMetadata Method (string, bool)
  • Files.GetPreview Method (string, string)
  • Files.GetThumbnail Method (string, string, ThumbnailFormat, ThumbnailSize)
  • Files.ListFolder Method (string, bool, bool, bool)
  • Files.ListFolderContinue Method (string)
  • Files.ListFolderGetLatestCursor Method (string, bool, bool, bool)
  • Files.ListFolderLongpoll Method (string, int)
  • Files.ListRevisions Method (string, int)
  • Files.Move Method (string, string)
  • Files.PermanentlyDelete Method (string)
  • Files.Restore Method (string, string)
  • Files.Search Method (string, string, int, int, SearchMode)
  • Files.Upload Method (string, string, WriteMode, bool, bool, string)

Sharing

  • Sharing.AddFolderMember Method (string, FolderMember[], bool, string)
  • Sharing.CheckJobStatus Method (string)
  • Sharing.CheckShareJobStatus Method (string)
  • Sharing.CreateSharedLink Method (string, RequestedVisibility?, string, DateTime?)
  • Sharing.DownloadSharedLinkFile Method (string, string, string, string)
  • Sharing.GetSharedFolder Method (string)
  • Sharing.GetSharedFolderMetadata Method (string)
  • Sharing.GetSharedLink Method (string)
  • Sharing.GetSharedLinkMetadata Method (string, string, string)
  • Sharing.HasSharedLink Method (string)
  • Sharing.ListSharedFolderMembers Method (string)
  • Sharing.ListSharedFolderMembersContinue Method (string)
  • Sharing.ListSharedFolders Method
  • Sharing.ListSharedFoldersContinue Method (string)
  • Sharing.ListSharedLinks Method (string, string)
  • Sharing.ModifySharedLinkSettings Method (string, RequestedVisibility?, string, DateTime?)
  • Sharing.MountFolder Method (string)
  • Sharing.RelinquishFolderMembership Method (string)
  • Sharing.RemoveFolderMember Method (string, string, bool)
  • Sharing.RevokeSharedLink Method (string)
  • Sharing.ShareFolder Method (string, bool, AclUpdatePolicy, SharedLinkPolicy, MemberPolicy)
  • Sharing.TransferFolder Method (string, string)
  • Sharing.UnmountFolder Method (string)
  • Sharing.UnshareFolder Method (string, bool)
  • Sharing.UpdateFolderMember Method (string, string, AccessLevel)
  • Sharing.UpdateFolderPolicy Method (string, AclUpdatePolicy?, SharedLinkPolicy?, MemberPolicy?)
DotNetBox
  • Docs »
  • Sharing.GetSharedLink Method (string)
  • Edit on GitHub

Sharing.GetSharedLink Method (string)¶

Gets a file or folder’s shared link.

Syntax¶

Sharing.GetSharedLink(string path)

Parameters¶

path
System.String Path of file/folder.

Returns¶

DotNetBox.LinkMetadata If the specified file/folder has a shared link, metadata of that link.

Next Previous

© Copyright 2015 nicoco007. Revision ae989d98.

Built with Sphinx using a theme provided by Read the Docs.
Index