C# 클래스 NetsuiteUploader.Utils.FileUploader

manage the upload of files on netsuite
파일 보기 프로젝트 열기: ClustinDEV/.NET-Suite-Uploader

공개 메소드들

메소드 설명
UploadFiles ( NetSuiteService netSuiteService, string taskName ) : NetsuiteUploader.Utils.TaskFile[]

exceute the upload of files set in the task

비공개 메소드들

메소드 설명
createRecord ( TaskFile taskFile ) : Record

create the nesuite record of file for the upload

메소드 상세

UploadFiles() 공개 정적인 메소드

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