ListFolderResult.FromJson Method (JObject)

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

Syntax

ListFolderResult.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

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