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