Method | Description | |
---|---|---|
addContent ( string path ) : void | ||
getContentMetadata ( string content_id ) : string | ||
getDownloadQueue ( ) : List |
||
getQueuedDownloadUrl ( string content_id ) : string | ||
removeQueuedDownload ( string content_id, bool Downloaded ) : void |
Method | Description | |
---|---|---|
getData ( string postData ) : string |
public static addContent ( string path ) : void | ||
path | string | |
return | void |
public static getContentMetadata ( string content_id ) : string | ||
content_id | string | |
return | string |
public static getQueuedDownloadUrl ( string content_id ) : string | ||
content_id | string | |
return | string |
public static removeQueuedDownload ( string content_id, bool Downloaded ) : void | ||
content_id | string | |
Downloaded | bool | |
return | void |