C# 클래스 Cats.TemplateEditor.DocumentProcessorService

상속: IDocumentProcessorService
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
DeleteDocument ( string path ) : void
DownloadDocument ( ListView fileList ) : string
UploadDocument ( int templateType, string filepath ) : void

비공개 메소드들

메소드 설명
AppendToFileName ( int templateType, string fileName ) : string

메소드 상세

DeleteDocument() 공개 메소드

public DeleteDocument ( string path ) : void
path string
리턴 void

DownloadDocument() 공개 메소드

public DownloadDocument ( ListView fileList ) : string
fileList System.Windows.Forms.ListView
리턴 string

UploadDocument() 공개 메소드

public UploadDocument ( int templateType, string filepath ) : void
templateType int
filepath string
리턴 void