Endeca Presentation API
HtmlInstrumentRecord Method (e, displayNameProperty, recordSpecProperty)
NamespacesEndeca.NavigationETInstrumentorHtmlInstrumentRecord(ERec, String, String)
Instruments an HTML record page with hidden forms that act as hooks to work with the Web tools package.
Declaration Syntax
C#Visual BasicVisual C++
public string HtmlInstrumentRecord(
	ERec e,
	string displayNameProperty,
	string recordSpecProperty
)
Public Function HtmlInstrumentRecord ( _
	e As ERec, _
	displayNameProperty As String, _
	recordSpecProperty As String _
) As String
public:
String^ HtmlInstrumentRecord (
	ERec^ e, 
	String^ displayNameProperty, 
	String^ recordSpecProperty
)
Parameters
e (ERec)
The record that represents the page to be instrumented
displayNameProperty (String)
The name of the property that should be used for the title of the record.
recordSpecProperty (String)
The name of the property that uniquely identifies the record.
Return Value
HTML source that specifies a single hidden form.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0