C# Class tracm.Scs

Afficher le fichier Open project: trms/tracm

Méthodes publiques

Méthode Description
addContent ( string path ) : void
getContentMetadata ( string content_id ) : string
getDownloadQueue ( ) : List
getQueuedDownloadUrl ( string content_id ) : string
removeQueuedDownload ( string content_id, bool Downloaded ) : void

Private Methods

Méthode Description
getData ( string postData ) : string

Method Details

addContent() public static méthode

public static addContent ( string path ) : void
path string
Résultat void

getContentMetadata() public static méthode

public static getContentMetadata ( string content_id ) : string
content_id string
Résultat string

getDownloadQueue() public static méthode

public static getDownloadQueue ( ) : List
Résultat List

getQueuedDownloadUrl() public static méthode

public static getQueuedDownloadUrl ( string content_id ) : string
content_id string
Résultat string

removeQueuedDownload() public static méthode

public static removeQueuedDownload ( string content_id, bool Downloaded ) : void
content_id string
Downloaded bool
Résultat void