DropboxMetadata.Parse method

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Models.Files
Assembly Skybrud.Social.Dropbox.dll

Parse(JObject)

Static

Gets an instance of DropboxMetadata from the specified obj.

public static DropboxMetadata Parse(JObject obj)

Parameters

obj JObject

The instance of JObject to parse.

Returns