ShareFolderJobStatus Class

Status of a folder sharing process.

Constructors

Name Description
ShareFolderJobStatus(AsyncJobStatus, SharedFolderMetadata, string) Creates a new instance of the ShareFolderJobStatus class.

Properties

Name Type Description
Error System.String Error that occured during sharing process. Only present if job has failed.
FolderMetadata DotNetBox.SharedFolderMetadata Metadata of the shared folder. Only present if job has completed.
JobStatus DotNetBox.AsyncJobStatus Current status of the job.

Methods

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