Exemple #1
0
        /// <summary>
        /// Creates or updates a custom page on a user's eBay Store. Sellers must have an eBay Store subscription in order to use this call.
        /// </summary>
        ///
        /// <param name="CustomPage">
        /// This container is used to create a new eBay Store custom page or modify an existing custom page.
        /// </param>
        ///
        public StoreCustomPageType SetStoreCustomPage(StoreCustomPageType CustomPage)
        {
            this.CustomPage = CustomPage;

            Execute();
            return(ApiResponse.CustomPage);
        }
		/// <summary>
		/// Creates or updates a custom page on a user's eBay Store.
		/// </summary>
		/// 
		/// <param name="CustomPage">
		/// The custom page being submitted.
		/// </param>
		///
		public StoreCustomPageType SetStoreCustomPage(StoreCustomPageType CustomPage)
		{
			this.CustomPage = CustomPage;

			Execute();
			return ApiResponse.CustomPage;
		}