C# Class tracm.Scs

Show file Open project: trms/tracm

Public Methods

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

Private Methods

Method Description
getData ( string postData ) : string

Method Details

addContent() public static method

public static addContent ( string path ) : void
path string
return void

getContentMetadata() public static method

public static getContentMetadata ( string content_id ) : string
content_id string
return string

getDownloadQueue() public static method

public static getDownloadQueue ( ) : List
return List

getQueuedDownloadUrl() public static method

public static getQueuedDownloadUrl ( string content_id ) : string
content_id string
return string

removeQueuedDownload() public static method

public static removeQueuedDownload ( string content_id, bool Downloaded ) : void
content_id string
Downloaded bool
return void