Esempio n. 1
0
        public static String MyStatistics(ItemStatisticType type, long idItem, long idVersion, long idLink = 0, Boolean setPrevious = true, String backUrl = "")
        {
            String url = modulehome + "MyStatistics.aspx?sType=" + type.ToString() + UrlItemParameters(false, idItem, idVersion, idLink);

            url += GetSetBackUrlParameter(setPrevious) + GetBackUrlParameter(backUrl);
            return(url);
        }
Esempio n. 2
0
 public static String MyStatistics(ItemStatisticType type, long idFolder, long idItem, Boolean setPrevious = true, String backUrl = "")
 {
     return(modulehome + "MyStatistics.aspx?sType=" + type.ToString() + BaseParameters(false, idItem, idFolder, setPrevious) + GetBackUrlParameter(backUrl));
 }