Click or drag to resize
KaxTreeNodeGetFullPath Method
Returns the full path (location) of the node delimited by the specified character.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetFullPath(
	string delimiter
)

Parameters

delimiter
Type: SystemString
The character to use as a delimiter

Return Value

Type: String
Returns the full path of the node delimited by the specified character.
See Also