ListSharedFoldersResult Class

Result of a ListSharedFolders() or ListSharedFoldersContinue(string) request.

Constructors

Name Description
ListSharedFoldersResult(SharedFolderMetadata[], string) Creates a new instance of the ListSharedFoldersResult class.

Properties

Name Type Description
Cursor System.String Present if there are more entries available. Pass the cursor to ListSharedFoldersContinue(string) to get remaining entries.
Entries DotNetBox.SharedFolderMetadata List of user’s shared folders.

Methods

Name Description
ListSharedFoldersResult.FromJson(JObject) Creates a new instance of the ListSharedFoldersResult class using a JSON object.
ListSharedFoldersResult.ToString() Returns a string containing all of the class’ properties.