Пример #1
0
 public void Initialize(string basePath, bool siteWide)
 {
     _iso      = new IsoStorageHelper(siteWide);
     _basePath = basePath.EndsWith("/") ? basePath : basePath + "/";
 }
Пример #2
0
        public static void PurgeAll()
        {
            var isoHelper = new IsoStorageHelper();

            isoHelper.Purge("/");
        }