Returns a string with a friendly url from a node. IE.: Instead of having /482 (id) as an url, you can have /screenshots/developer/macros (spoken url)

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

Syntax

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

Parameters

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

Return Value

String with a friendly url from a node