When one or more filters are changed we must call this method to update the UI

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

Syntax

C#
public AwxView[] RefreshFilters(
	string[] filterKeys
)
Visual Basic
Public Function RefreshFilters ( _
	filterKeys As String() _
) As AwxView()
JScript
public function RefreshFilters(
	filterKeys : String[]
) : AwxView[]

Parameters

filterKeys
Type: array<System..::..String>[]()[][]

Return Value

The views updated

See Also