Sets an DataDictionary (a status indicator or a text translation) into a field

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetDictionary(
	AwxListField field,
	string dictionaryKey
)
Visual Basic
Public Sub SetDictionary ( _
	field As AwxListField, _
	dictionaryKey As String _
)
JScript
public function SetDictionary(
	field : AwxListField, 
	dictionaryKey : String
)

Parameters

field
Type: Ico.Awx.List..::..AwxListField
The field where to set a dictionary
dictionaryKey
Type: System..::..String
The key of the ImageTranslation or the TextTranslation to set

Exceptions

ExceptionCondition
System..::..ArgumentException The field must exist in the AwxListView Fields list
System..::..ArgumentNullExceptionThe DataDictionary key cannot be null or empty

See Also