UIController.MoveContentOptions Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
MoveContentOptions(int, int)
Gets html markup for options in select list for moving a content item to a new parent.
public ActionResult MoveContentOptions(int id, int appid)
Parameters
- id
- int
Id of content to move
- appid
- int
Id of app for which to list content hierarchy.
Returns
System.Web.Mvc.ActionResult