Processes request to transfer ownership of an event to a new user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also