C# Class RecruitmentManagementSystem.Core.Helpers.FileHelper

Afficher le fichier Open project: BrainStation-23/recruitment-management-system

Méthodes publiques

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

Private Methods

Méthode Description
SaveAs ( UploadConfig config ) : void

Method Details

Delete() public static méthode

public static Delete ( string relativePath ) : void
relativePath string
Résultat void

Upload() public static méthode

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