KaxTreeNodeGetFullPath Method |
Returns the full path (location) of the node delimited by the specified character.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetFullPath(
string delimiter
)
Public Function GetFullPath (
delimiter As String
) As String
public:
String^ GetFullPath(
String^ delimiter
)
member GetFullPath :
delimiter : string -> string
Parameters
- delimiter
- Type: SystemString
The character to use as a delimiter
Return Value
Type:
StringReturns the full path of the node delimited by the specified character.
See Also