Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 658 Bytes

dotnetbox.subapis.sharing.getsharedfoldermetadata(string).rst

File metadata and controls

24 lines (15 loc) · 658 Bytes
orphan

Sharing.GetSharedFolderMetadata Method (string)

Returns shared folder metadata by its folder ID. Apps must have full Dropbox access to use this endpoint. Warning: This endpoint is in beta and is subject to minor but possibly backwards-incompatible changes.

Syntax

Sharing.GetSharedFolderMetadata(string sharedFolderId)

Parameters

sharedFolderId

System.String The ID for the shared folder.

Returns

DotNetBox.SharedFolderMetadata </classes/dotnetbox.sharedfoldermetadata> Metadata of the shared folder (name, path, policies, etc.)