SharedFolderMetadata Class¶
Basic information about a shared folder.
Constructors¶
| Name | Description |
|---|---|
| SharedFolderMetadata(string, string, AccessLevel, bool, FolderPolicy, string) | Creates a new instance of the SharedFolderMetadata class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AccessType | DotNetBox.AccessLevel | The current user’s access level to the shared folder. |
| IsMounted | System.Boolean | Whether the folder is mounted in the user’s Dropbox or not. |
| IsTeamFolder | System.Boolean | Whether the folder is a team folder or not. |
| Name | System.String | Name of the shared folder. |
| Path | System.String | Path at which the folder is mounted in the user’s Dropbox. |
| Policy | DotNetBox.FolderPolicy | Policies governing this shared folder. |
| SharedFolderId | System.String | Unique ID of the shared folder. |
Methods¶
| Name | Description |
|---|---|
| SharedFolderMetadata.FromJson(JObject) | Creates a new instance of the SharedFolderMetadata class using a JSON object. |
| SharedFolderMetadata.ToString() | Returns a string containing all of the class’ properties. |