C# 클래스 BgEngine.Web.Helpers.Utilities

파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
DeleteImageFromServer ( string path, string thumbnailpath ) : bool
IsEvenNumber ( int number ) : bool
SendMail ( string email, string mailsubject, string mailbody, bool isHtml ) : void

메소드 상세

DeleteImageFromServer() 공개 정적인 메소드

public static DeleteImageFromServer ( string path, string thumbnailpath ) : bool
path string
thumbnailpath string
리턴 bool

IsEvenNumber() 공개 정적인 메소드

public static IsEvenNumber ( int number ) : bool
number int
리턴 bool

SendMail() 공개 정적인 메소드

public static SendMail ( string email, string mailsubject, string mailbody, bool isHtml ) : void
email string
mailsubject string
mailbody string
isHtml bool
리턴 void