FolderPolicy.FromJson Method (JObject)

Creates a new instance of the FolderPolicy class from a JSON object.

Syntax

FolderPolicy.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.FolderPolicy A new instance of the FolderPolicy class based on the information in the JSON object.