Exemplo n.º 1
0
    public void Dispose()
    {
        string thumbnailFolderPath = CommonUtils.MapPath(GetThumbnailFolderVirtPath());

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

        SiteModeUtils.SafeDeleteDirectory(avatarFolderPath);
    }
Exemplo n.º 4
0
 public static DocumentsApp GetSiteModeAppInstance()
 {
     return(SiteModeUtils.GetAppInstance());
 }