Click or drag to resize

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
)

Parameters

navigator
Type: SystemString
path
Type: SystemString

Return Value

Type: ActionResult
See Also