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

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

        SiteModeUtils.SafeDeleteDirectory(avatarFolderPath);
    }
Exemple #4
0
 public static DocumentsApp GetSiteModeAppInstance()
 {
     return(SiteModeUtils.GetAppInstance());
 }