You are here: RainWorx.FrameWorx.Services > IListingService Interface > IListingService Methods > SubmitListingAction Method

IListingServiceSubmitListingAction Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.Services
Assembly:  RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5

Syntax

C#
bool SubmitListingAction(
	string actingUserName,
	UserInput userInput,
	out bool accepted,
	out ReasonCode reasonCode,
	out LineItem newPurchaseLineitem,
	Listing listing
)

Parameters

actingUserName
Type: SystemString
userInput
Type: RainWorx.FrameWorx.DTOUserInput
accepted
Type: SystemBoolean
reasonCode
Type: RainWorx.FrameWorx.DTOReasonCode
newPurchaseLineitem
Type: RainWorx.FrameWorx.DTOLineItem
listing
Type: RainWorx.FrameWorx.DTOListing

Return Value

Type: Boolean
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.