Click or drag to resize

DataObjectFilterControllerSaveFilterTypeIds Method

Replaces the types that a filter filters on.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SaveFilterTypeIds(
	int filterId,
	IEnumerable<int> typeIds
)

Parameters

filterId
Type: SystemInt32
The filter to be updated.
typeIds
Type: System.Collections.GenericIEnumerableInt32
The new data object types that should be filtered on.
See Also