KeywordsUpdateLookupTable(ITextControl, String, String, String, String) Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void UpdateLookupTable(
	ITextControl control,
	string tableName,
	string idField,
	string idValue,
	string controlField
)

Parameters

control  ITextControl
 
tableName  String
 
idField  String
 
idValue  String
 
controlField  String
 

See Also