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