Method | Description | |
---|---|---|
DeleteImageFromServer ( string path, string thumbnailpath ) : bool | ||
IsEvenNumber ( int number ) : bool | ||
SendMail ( string email, string mailsubject, string mailbody, bool isHtml ) : void |
public static DeleteImageFromServer ( string path, string thumbnailpath ) : bool | ||
path | string | |
thumbnailpath | string | |
return | bool |
public static IsEvenNumber ( int number ) : bool | ||
number | int | |
return | bool |
public static SendMail ( string email, string mailsubject, string mailbody, bool isHtml ) : void | ||
string | ||
mailsubject | string | |
mailbody | string | |
isHtml | bool | |
return | void |