| NavigatorControllerChildNodes Method |
Namespace:
Dynamicweb.Management.Common
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax [HttpGetAttribute]
[RouteAttribute("ChildNodes/{*path}")]
public ActionResult ChildNodes(
string navigator,
string path
)
<HttpGetAttribute>
<RouteAttribute("ChildNodes/{*path}")>
Public Function ChildNodes (
navigator As String,
path As String
) As ActionResult
Parameters
- navigator
- Type: SystemString
- path
- Type: SystemString
Return Value
Type:
ActionResultSee Also