You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > TransferEventAndLotOwnershipToNewUser Method

AdminControllerTransferEventAndLotOwnershipToNewUser Method

AuctionWorx 3.5 API
Processes request to transfer ownership of an event to a new user

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

Syntax

C#
public ActionResult TransferEventAndLotOwnershipToNewUser(
	int EventID,
	string NewOwnerUN,
	string returnUrl
)

Parameters

EventID
Type: SystemInt32
the ID of the event to transfer
NewOwnerUN
Type: SystemString
the username of the new owner
returnUrl
Type: SystemString
the url to redirect to

Return Value

Type: ActionResult
See Also

Reference

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