C# Class Tapas.ContentController

Inheritance: Umbraco.Web.WebApi.UmbracoApiController
Exibir arquivo Open project: joeriks/Tapas

Public Methods

Method Description
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

Method Details

GetAncestors() public method

public GetAncestors ( int id = -1 ) : object
id int
return object

GetAncestors() public method

public GetAncestors ( string url ) : object
url string
return object

GetChildren() public method

public GetChildren ( int id = -1 ) : object
id int
return object

GetChildren() public method

public GetChildren ( string url ) : object
url string
return object

GetDescendantsOrSelf() public method

public GetDescendantsOrSelf ( int id = -1 ) : object
id int
return object

GetDescendantsOrSelf() public method

public GetDescendantsOrSelf ( string url ) : object
url string
return object

GetDocumentsPaged() public method

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
return IContent>>.PagedResult

GetNavigationTree() public method

public GetNavigationTree ( int id = -1 ) : string
id int
return string

GetNavigationTree() public method

public GetNavigationTree ( string url ) : string
url string
return string

GetNode() public method

public GetNode ( int id = -1 ) : object
id int
return object

GetNode() public method

public GetNode ( string url ) : object
url string
return object

GetParent() public method

public GetParent ( int id = -1 ) : object
id int
return object

GetParent() public method

public GetParent ( string url ) : object
url string
return object

GetTree() public method

public GetTree ( int id = -1 ) : object
id int
return object

GetTree() public method

public GetTree ( string url ) : object
url string
return object

GetTreeSafe() public method

public GetTreeSafe ( int id = -1 ) : object
id int
return object

GetTreeSafe() public method

public GetTreeSafe ( string url ) : object
url string
return object