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.ListSharedLinks Method (string, string)
  • Edit on GitHub

Sharing.ListSharedLinks Method (string, string)¶

List shared links of this user. If no path is given or the path is empty, returns a list of all shared links for the current user. If a non-empty path is given, returns a list of all shared links that allow access to the given path - direct links to the given path and links to parent folders of the given path.

Syntax¶

Sharing.ListSharedLinks(string path, string cursor)

Parameters¶

path
System.String See summary.
cursor
System.String The cursor returned by your last call to ListSharedLinks. This field is optional.

Returns¶

DotNetBox.ListSharedLinksResult List of the user’s shared links.

Next Previous

© Copyright 2015 nicoco007. Revision ae989d98.

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