Method | Description | |
---|---|---|
DownloadFile ( string remotePath ) : byte[] | ||
GetFiles ( string projectName ) : |
||
GetServerInformation ( ) : |
||
MediaServerClient ( string host, string apiKey ) : System.Net | ||
UploadFile ( string path, string projectName, |
public DownloadFile ( string remotePath ) : byte[] | ||
remotePath | string | |
return | byte[] |
public GetFiles ( string projectName ) : |
||
projectName | string | |
return |
public GetServerInformation ( ) : |
||
return |
public MediaServerClient ( string host, string apiKey ) : System.Net | ||
host | string | |
apiKey | string | |
return | System.Net |
public UploadFile ( string path, string projectName, |
||
path | string | |
projectName | string | |
mediaItem | ||
return | void |