Метод | Описание | |
---|---|---|
addContent ( string path ) : void | ||
getContentMetadata ( string content_id ) : string | ||
getDownloadQueue ( ) : List |
||
getQueuedDownloadUrl ( string content_id ) : string | ||
removeQueuedDownload ( string content_id, bool Downloaded ) : void |
Метод | Описание | |
---|---|---|
getData ( string postData ) : string |
public static addContent ( string path ) : void | ||
path | string | |
Результат | void |
public static getContentMetadata ( string content_id ) : string | ||
content_id | string | |
Результат | string |
public static getDownloadQueue ( ) : List |
||
Результат | List |
public static getQueuedDownloadUrl ( string content_id ) : string | ||
content_id | string | |
Результат | string |
public static removeQueuedDownload ( string content_id, bool Downloaded ) : void | ||
content_id | string | |
Downloaded | bool | |
Результат | void |