C# Class NetsuiteUploader.Utils.FileUploader

manage the upload of files on netsuite
Afficher le fichier Open project: ClustinDEV/.NET-Suite-Uploader

Méthodes publiques

Méthode Description
UploadFiles ( NetSuiteService netSuiteService, string taskName ) : NetsuiteUploader.Utils.TaskFile[]

exceute the upload of files set in the task

Private Methods

Méthode Description
createRecord ( TaskFile taskFile ) : Record

create the nesuite record of file for the upload

Method Details

UploadFiles() public static méthode

exceute the upload of files set in the task
public static UploadFiles ( NetSuiteService netSuiteService, string taskName ) : NetsuiteUploader.Utils.TaskFile[]
netSuiteService NetSuiteService netsuite webservice instance
taskName string task executed
Résultat NetsuiteUploader.Utils.TaskFile[]