Sets an
DataDictionary (a status indicator or a text translation) into a field
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void SetDictionary(
string fieldKey,
DataDictionary dictionary
) |
| Visual Basic |
|---|
Public Sub SetDictionary ( _
fieldKey As String, _
dictionary As DataDictionary _
) |
| JScript |
|---|
public function SetDictionary(
fieldKey : String,
dictionary : DataDictionary
) |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException | The field must exist in the AwxListView Fields list |
| System..::..ArgumentNullException | The DataDictionary cannot be null |
See Also