Example #1
0
 public string[] GetDownloaderPromoEventServerUrlHistory(string sContentUniqueId)
 {
     return(ContentGenJob.GetHistoryList(
                ContentRecipesPropHistory.PromoEventServerUrl,
                sContentUniqueId,
                AppConfig.ContentGenJob.PromoEventServerUrlDefaultValue).ToArray());
 }
Example #2
0
 public string[] GetDownloaderHomeUrlHistory(string sContentUniqueId)
 {
     return(ContentGenJob.GetHistoryList(
                ContentRecipesPropHistory.DownloaderHomeUrl,
                sContentUniqueId,
                "http://").ToArray());
 }
Example #3
0
 public string[] GetDownloaderGAProfileIdHistory(string sContentUniqueId)
 {
     return(ContentGenJob.GetHistoryList(
                ContentRecipesPropHistory.GAProfileId,
                sContentUniqueId,
                AppConfig.ContentGenJob.GAProfileIdDefaultValue).ToArray());
 }
Example #4
0
 public string[] GetDownloaderDisplayNameHistory(string sContentUniqueId)
 {
     return(ContentGenJob.GetHistoryList(
                ContentRecipesPropHistory.DownloaderDisplayName,
                sContentUniqueId,
                sContentUniqueId).ToArray());
 }