FileMetadata.FromJson Method (JObject)

Create a new instance of the FileMetadata class using a JSON object.

Syntax

FileMetadata.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.FileMetadata A new instance of the FileMetadata class.