Beispiel #1
0
 public void RaisePostBackEvent(string eventArgument)
 {
     if (eventArgument == "Rescan")
     {
         TemplateController.ClearCache();
         Response.Redirect(Globals.NavigateURL(ModuleContext.TabId), true);
     }
 }