SetTrackPhoto
Uploads one or more picture joining them to a given point returning the number of pictures uploaded
public int SetTrackPhoto(bool <byHttps>,
string <userName>,
string <password>,
TrackPhotoParameters <trackPhotoParameters>,
ref HttpFileCollection <uploadFiles>,
ref char <messageType>,
ref string <message>)
Parameters:
bool <byHttps>
|
Set to true if you want to user https protocol otherwise, if you want to use http, set it to false
|
string <userName>
|
A string containing the username assigned from MyWakes
|
string <password>
|
A string containing the password for the MyWakes user
|
TrackPhotoParameters <trackPhotoParameters>
|
A TrackPhotoParameters object containing command's specific parameters
|
HttpFileCollection <UploadFiles>
|
HttpFileCollections with files streams to upload
|
ref char <messageType>
|
A string containing output parameter that will return the type of message returned in <message> field: I=information, W=warning, E=error
|
ref string <message>
|
A string containing output parameter with the message content
|