DropboxFolderSharingInfo Class

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Models.Files
Assembly Skybrud.Social.Dropbox.dll
Visibility Public
Inheritance

Class representing the sharing information of a Dropbox folder.

public class DropboxFolderSharingInfo : DropboxObject { }

Properties

Type Name Summary
bool ReadOnly

true if the file or folder is inside a read-only shared folder.

String ParentSharedFolderId

Set if the folder is contained by a shared folder.

String SharedFolderId

If this folder is a shared folder mount point, the ID of the shared folder mounted at this location. This field is optional.

bool TraverseOnly

Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don't have read access to this folder. They do, however, have access to some sub folder.

bool NoAccess

Specifies that the folder cannot be accessed by the user.

JObject JObject (inherited from JsonObjectBase)

Methods

Parse(JObject) (static)

Gets an instance of DropboxFolderSharingInfo from the specified obj.