SharedFolderMetadata.FromJson Method (JObject)

Creates a new instance of the SharedFolderMetadata class using a JSON object.

Syntax

SharedFolderMetadata.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.SharedFolderMetadata A new instance of the SharedFolderMetadata class based on the JSON object’s data.