public void Initialize(string basePath, bool siteWide) { _iso = new IsoStorageHelper(siteWide); _basePath = basePath.EndsWith("/") ? basePath : basePath + "/"; }
public static void PurgeAll() { var isoHelper = new IsoStorageHelper(); isoHelper.Purge("/"); }