public void Execute(XmlNode node) { this.InitData(); if (this.siteSettings.IsCreateFeed && !string.IsNullOrEmpty(this.seller_ID)) { System.Data.DataSet eTaoFeedProducts = FeedGlobals.GetETaoFeedProducts(); this.MakeProductDetail(eTaoFeedProducts); this.MakeFullIndex(eTaoFeedProducts, this.fullVersion, this.prefixFullPath); } }
public void Execute(XmlNode node) { this.InitData(); if (this.siteSettings.IsCreateFeed && !string.IsNullOrEmpty(this.seller_ID)) { System.Data.DataSet eTaoFeedProducts = FeedGlobals.GetETaoFeedProducts(); FeedGlobals.MakeSellerCats(eTaoFeedProducts, this.sellerCatsVersion, this.prefixRootPath, this.seller_ID, this.sellerCatsVersion); this.MakeProductDetail(eTaoFeedProducts); this.MakeIncrementIndex(eTaoFeedProducts, this.incVersion, this.prefixIncPath); } }