C# 클래스 Tapas.ContentController

상속: Umbraco.Web.WebApi.UmbracoApiController
파일 보기 프로젝트 열기: joeriks/Tapas

공개 메소드들

메소드 설명
GetAncestors ( int id = -1 ) : object
GetAncestors ( string url ) : object
GetChildren ( int id = -1 ) : object
GetChildren ( string url ) : object
GetDescendantsOrSelf ( int id = -1 ) : object
GetDescendantsOrSelf ( string url ) : object
GetDocumentsPaged ( int id, int pageNumber, int pageSize, string orderBy = "SortOrder", Direction orderDirection = Direction.Ascending, string filter = "" ) : IContent>>.PagedResult
GetNavigationTree ( int id = -1 ) : string
GetNavigationTree ( string url ) : string
GetNode ( int id = -1 ) : object
GetNode ( string url ) : object
GetParent ( int id = -1 ) : object
GetParent ( string url ) : object
GetTree ( int id = -1 ) : object
GetTree ( string url ) : object
GetTreeSafe ( int id = -1 ) : object
GetTreeSafe ( string url ) : object

메소드 상세

GetAncestors() 공개 메소드

public GetAncestors ( int id = -1 ) : object
id int
리턴 object

GetAncestors() 공개 메소드

public GetAncestors ( string url ) : object
url string
리턴 object

GetChildren() 공개 메소드

public GetChildren ( int id = -1 ) : object
id int
리턴 object

GetChildren() 공개 메소드

public GetChildren ( string url ) : object
url string
리턴 object

GetDescendantsOrSelf() 공개 메소드

public GetDescendantsOrSelf ( int id = -1 ) : object
id int
리턴 object

GetDescendantsOrSelf() 공개 메소드

public GetDescendantsOrSelf ( string url ) : object
url string
리턴 object

GetDocumentsPaged() 공개 메소드

public GetDocumentsPaged ( int id, int pageNumber, int pageSize, string orderBy = "SortOrder", Direction orderDirection = Direction.Ascending, string filter = "" ) : IContent>>.PagedResult
id int
pageNumber int
pageSize int
orderBy string
orderDirection Direction
filter string
리턴 IContent>>.PagedResult

GetNavigationTree() 공개 메소드

public GetNavigationTree ( int id = -1 ) : string
id int
리턴 string

GetNavigationTree() 공개 메소드

public GetNavigationTree ( string url ) : string
url string
리턴 string

GetNode() 공개 메소드

public GetNode ( int id = -1 ) : object
id int
리턴 object

GetNode() 공개 메소드

public GetNode ( string url ) : object
url string
리턴 object

GetParent() 공개 메소드

public GetParent ( int id = -1 ) : object
id int
리턴 object

GetParent() 공개 메소드

public GetParent ( string url ) : object
url string
리턴 object

GetTree() 공개 메소드

public GetTree ( int id = -1 ) : object
id int
리턴 object

GetTree() 공개 메소드

public GetTree ( string url ) : object
url string
리턴 object

GetTreeSafe() 공개 메소드

public GetTreeSafe ( int id = -1 ) : object
id int
리턴 object

GetTreeSafe() 공개 메소드

public GetTreeSafe ( string url ) : object
url string
리턴 object