C# 클래스 SenseNet.Portal.Wall.WallController

상속: Controller
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
HasPermission ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

HasPermission() 공개 정적인 메소드

public static HasPermission ( ) : bool
리턴 bool