Property | Type | Description | |
---|---|---|---|
archiver_key | string | ||
category | string | ||
expunged | bool | ||
filecount | int | ||
filesize | int | ||
gid | int | ||
posted | System.DateTime | ||
rating | float | ||
tags | string[] | ||
thumb | string | ||
title | string | ||
title_jpn | string | ||
token | string | ||
torrentcount | int | ||
uploader | string |
Method | Description | |
---|---|---|
GetTags ( string sCurrentTags = null ) : string |
Returns all the tags in the object, organized by name
|
|
gmetadata ( string JSON ) : System |
The constructor which parses out the JSON object
|
public GetTags ( string sCurrentTags = null ) : string | ||
sCurrentTags | string | Adds in any passed in tags to the returned array |
return | string |
public gmetadata ( string JSON ) : System | ||
JSON | string | The JSON object literal |
return | System |