예제 #1
0
 //---------------- Added for Grouped Item check ---------------------
 public static bool CheckIfItemIsGrouped(int itemID, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         bool isGrouped = AspxCommonProvider.CheckIfItemIsGrouped(itemID, aspxCommonObj);
         return(isGrouped);
     }
     catch (Exception e)
     {
         throw e;
     }
 }