Class ListFoldersResult
Result for List
Unmounted shared folders can be identified by the absence of
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFoldersResult
Constructors
| Improve this Doc View SourceListFoldersResult(IEnumerable<SharedFolderMetadata>, String)
Initializes a new instance of the List
Declaration
public ListFoldersResult(IEnumerable<SharedFolderMetadata> entries, string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
entries | List of all shared folders the authenticated user has access to. |
System. |
cursor | Present if there are additional shared folders that have not
been returned yet. Pass the cursor into the corresponding continue endpoint (either
List |
Properties
| Improve this Doc View SourceCursor
Present if there are additional shared folders that have not been returned
yet. Pass the cursor into the corresponding continue endpoint (either List
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Entries
List of all shared folders the authenticated user has access to.
Declaration
public IList<SharedFolderMetadata> Entries { get; protected set; }
Property Value
Type | Description |
---|---|
System. |