C# Class NetsuiteUploader.Utils.FileUploader

manage the upload of files on netsuite
Show file Open project: ClustinDEV/.NET-Suite-Uploader

Public Methods

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

exceute the upload of files set in the task

Private Methods

Method Description
createRecord ( TaskFile taskFile ) : Record

create the nesuite record of file for the upload

Method Details

UploadFiles() public static method

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
return NetsuiteUploader.Utils.TaskFile[]