This method will always add the root node to the path. You should always use NiceUrl, as that is the only one who checks for toplevel node settings in the web.config

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Function NiceUrlFullPath ( _
	nodeID As Integer _
) As String
C#
public static string NiceUrlFullPath (
	int nodeID
)
Visual C++
public:
static String^ NiceUrlFullPath (
	int nodeID
)

Parameters

nodeID
System.Int32
Identifier for the node that should be returned

Return Value

String with a friendly url from a node