Click or drag to resize
DataSubjectIdentifiersFilterControlGetFilter Method
Gets filter for IIdentityCollector.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public abstract IDictionary<string, Object> GetFilter(
	IDictionary<string, Object> filter
)

Parameters

filter
Type: System.Collections.GenericIDictionaryString, Object
Initialized filter dictionary.

Return Value

Type: IDictionaryString, Object
Filter dictionary populated by values from the filter control.
See Also