Instruments an HTML record page with hidden forms that act as hooks to work with the Web tools package.

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

Syntax

C#
public string HtmlInstrumentRecord(
	ERec e,
	string displayNameProperty,
	string recordSpecProperty
)
Visual Basic
Public Function HtmlInstrumentRecord ( _
	e As ERec, _
	displayNameProperty As String, _
	recordSpecProperty As String _
) As String
Visual C++
public:
String^ HtmlInstrumentRecord(
	ERec^ e, 
	String^ displayNameProperty, 
	String^ recordSpecProperty
)

Parameters

e
Type: Endeca.Navigation..::..ERec
The record that represents the page to be instrumented
displayNameProperty
Type: System..::..String
The name of the property that should be used for the title of the record.
recordSpecProperty
Type: System..::..String
The name of the property that uniquely identifies the record.

Return Value

HTML source that specifies a single hidden form.

See Also