Exemple #1
0
 public string GetPhotoName(PhotoTypes photo)
 {
     return(Photos.GetPhotoName(_FileExtension, photo, FileIdentifre, _FileID));
 }
Exemple #2
0
 //------------------------------------------
 #endregion
 public string GetOldOriginalPhotoName(string photoExtension)
 {
     return(Photos.GetPhotoName(photoExtension, PhotoTypes.Original, FileIdentifre, _FileID));
 }