C# 클래스 RecruitmentManagementSystem.Core.Helpers.FileHelper

파일 보기 프로젝트 열기: BrainStation-23/recruitment-management-system

공개 메소드들

메소드 설명
Delete ( string relativePath ) : void
Upload ( System.Web.HttpPostedFile fileBase, System.IO.FileType fileType ) : UploadConfig

비공개 메소드들

메소드 설명
SaveAs ( UploadConfig config ) : void

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( string relativePath ) : void
relativePath string
리턴 void

Upload() 공개 정적인 메소드

public static Upload ( System.Web.HttpPostedFile fileBase, System.IO.FileType fileType ) : UploadConfig
fileBase System.Web.HttpPostedFile
fileType System.IO.FileType
리턴 UploadConfig