IHostConfigurationGetTableRowHyperlink(String, Int64, Boolean) Method

Gets the link corresponding to a record in a table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetTableRowHyperlink(
	string table,
	long id,
	bool includeDescription = false
)

Parameters

table  String
Table corresponding to the link.
id  Int64
Table record identifier.
includeDescription  Boolean  (Optional)
Indicates whether the row description is included (format: [code] description).

Return Value

String
String with the link corresponding to a record in a table.

See Also