Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 3.82 KB

dotnetbox.sharefolderlaunch.rst

File metadata and controls

36 lines (27 loc) · 3.82 KB
orphan

ShareFolderLaunch Class

Returns folder metadata if operation is synchronous, and an async job ID if asynchronous.

Constructors

Name Description
ShareFolderLaunch(string, SharedFolderMetadata) </methods/dotnetbox.sharefolderlaunch.ctor(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) </methods/dotnetbox.subapis.sharing.checksharejobstatus(string)> method. Only present if operation is asynchronous.
FolderMetadata DotNetBox.SharedFolderMetadata </classes/dotnetbox.sharedfoldermetadata> Folder metadata returned if operation is synchronous.

Methods

Name Description
ShareFolderLaunch.FromJson(JObject) </methods/dotnetbox.sharefolderlaunch.fromjson(jobject)> Creates a new instance of the ShareFolderLaunch class using data from a JSON object.
ShareFolderLaunch.ToString() </methods/dotnetbox.sharefolderlaunch.tostring()> Returns a string containing all of the class' properties.