FileSharingInfo.FromJson Method (JObject)

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

Syntax

FileSharingInfo.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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