Returns the drilldown URL for this value.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
string GetValueURL(
	Cell val,
	HttpRequest request
)
Visual Basic
Function GetValueURL ( _
	val As Cell, _
	request As HttpRequest _
) As String
Visual C++
String^ GetValueURL(
	Cell^ val, 
	HttpRequest^ request
)

Parameters

val
Type: Endeca.Navigation.Charting..::..Cell
The value (a Cell object).
request
Type: System.Web..::..HttpRequest
The current request, for help in formulating the URL.

Return Value

The drilldown URL for the value. Returns null to disable drilldown for this label.

See Also