Exemplo n.º 1
0
        /// <summary>
        /// Reports items that allegedly infringe your copyright, trademark, or other
        /// intellectual property rights. You can report one or more items at a time with this
        /// call. You must be a member of the Verified Rights Owner (VeRO) Program to use this
        /// call.
        /// </summary>
        ///
        /// <param name="RightsOwnerID">
        /// User ID of the VeRO member reporting the items.
        /// </param>
        ///
        /// <param name="ReportItemList">
        /// Container (packet) for items being reported. You can report the same item
        /// more than once in a packet if a different reason code is used each time.
        /// </param>
        ///
        public long VeROReportItems(string RightsOwnerID, VeROReportItemTypeCollection ReportItemList)
        {
            this.RightsOwnerID  = RightsOwnerID;
            this.ReportItemList = ReportItemList;

            Execute();
            return(ApiResponse.VeROReportPacketID);
        }
		/// <summary>
		/// Reports items that allegedly infringe your copyright, trademark, or other
		/// intellectual property rights. You can report one or more items at a time with this
		/// call. You must be a member of the Verified Rights Owner (VeRO) Program to use this
		/// call.
		/// </summary>
		/// 
		/// <param name="RightsOwnerID">
		/// User ID of the VeRO member reporting the items.
		/// </param>
		///
		/// <param name="ReportItemList">
		/// Container (packet) for items being reported. You can report the same item 
		/// more than once in a packet if a different reason code is used each time.
		/// </param>
		///
		public long VeROReportItems(string RightsOwnerID, VeROReportItemTypeCollection ReportItemList)
		{
			this.RightsOwnerID = RightsOwnerID;
			this.ReportItemList = ReportItemList;

			Execute();
			return ApiResponse.VeROReportPacketID;
		}