Exemple #1
0
    public void Dispose()
    {
        string avatarFolderPath = CommonUtils.MapPath(GetAvatarFolderVirtPath());

        SiteModeUtils.SafeDeleteDirectory(avatarFolderPath);
    }
Exemple #2
0
    public void Dispose()
    {
        string thumbnailFolderPath = CommonUtils.MapPath(GetThumbnailFolderVirtPath());

        SiteModeUtils.SafeDeleteDirectory(thumbnailFolderPath);
    }
Exemple #3
0
 public void Dispose()
 {
     SiteModeUtils.SafeDeleteDirectory(GetDemoDataPath());
 }