Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation.Charting
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
string GetLabelURL(
	Label label,
	HttpRequest request
)
Visual Basic (Declaration)
Function GetLabelURL ( _
	label As Label, _
	request As HttpRequest _
) As String
Visual C++
String^ GetLabelURL(
	Label^ label, 
	HttpRequest^ request
)

Parameters

label
Type: Endeca.Navigation.Charting..::.Label

[Missing <param name="label"/> documentation for "M:Endeca.Navigation.Charting.Drilldown.GetLabelURL(Endeca.Navigation.Charting.Label,System.Web.HttpRequest)"]

request
Type: System.Web..::.HttpRequest

[Missing <param name="request"/> documentation for "M:Endeca.Navigation.Charting.Drilldown.GetLabelURL(Endeca.Navigation.Charting.Label,System.Web.HttpRequest)"]

Return Value

[Missing <returns> documentation for "M:Endeca.Navigation.Charting.Drilldown.GetLabelURL(Endeca.Navigation.Charting.Label,System.Web.HttpRequest)"]

See Also