Removes a DataDictionary from an AwxListField

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

Syntax

C#
public void ClearDictionary(
	string fieldKey
)
Visual Basic
Public Sub ClearDictionary ( _
	fieldKey As String _
)
JScript
public function ClearDictionary(
	fieldKey : String
)

Parameters

fieldKey
Type: System..::..String
The key of the AwxListField where to remove the DataDictionary

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe field must exist in the AwxListView Fields list

See Also