コード例 #1
0
 protected void HeaderActions_ActionPerformed(object sender, CommandEventArgs e)
 {
     switch (e.CommandName)
     {
     case "clearcache":
         AttachmentInfoProvider.ClearSearchCache();
         ShowConfirmation(GetString("srch.attachmentcachedcleared"));
         break;
     }
 }