ShareFolderLaunch Class¶
Returns folder metadata if operation is synchronous, and an async job ID if asynchronous.
Constructors¶
| Name | Description |
|---|---|
| ShareFolderLaunch(string, SharedFolderMetadata) | Creates a new instance of the ShareFolderLaunch class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AsyncJobId | System.String | Job ID to be passed to the CheckShareJobStatus(string) method. Only present if operation is asynchronous. |
| FolderMetadata | DotNetBox.SharedFolderMetadata | Folder metadata returned if operation is synchronous. |
Methods¶
| Name | Description |
|---|---|
| ShareFolderLaunch.FromJson(JObject) | Creates a new instance of the ShareFolderLaunch class using data from a JSON object. |
| ShareFolderLaunch.ToString() | Returns a string containing all of the class’ properties. |