C# Class RecruitmentManagementSystem.Core.Helpers.FileHelper

Mostra file Open project: BrainStation-23/recruitment-management-system

Public Methods

Method Description
Delete ( string relativePath ) : void
Upload ( System.Web.HttpPostedFile fileBase, System.IO.FileType fileType ) : UploadConfig

Private Methods

Method Description
SaveAs ( UploadConfig config ) : void

Method Details

Delete() public static method

public static Delete ( string relativePath ) : void
relativePath string
return void

Upload() public static method

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