C# Class SenseNet.Portal.Wall.WallController

Inheritance: Controller
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
HasPermission ( ) : bool

Private Methods

Method Description
AssertPermission ( ) : void
CreateComment ( string postId, string contextPath, string text, string rnd ) : System.Web.Mvc.ActionResult
CreatePost ( string contextPath, string text, string rnd ) : System.Web.Mvc.ActionResult
GetLikeList ( string itemId, string rnd ) : System.Web.Mvc.ActionResult
GetPosts ( string contextPath, int skip, int pageSize, string rnd ) : System.Web.Mvc.ActionResult
Like ( string itemId, string contextPath, bool fullMarkup, string rnd ) : System.Web.Mvc.ActionResult
Share ( int itemId, string contextPath, string text, string rnd ) : System.Web.Mvc.ActionResult
Unlike ( string itemId, bool fullMarkup, string rnd ) : System.Web.Mvc.ActionResult

Method Details

HasPermission() public static method

public static HasPermission ( ) : bool
return bool