Click or drag to resize

ContextControllerGetDataObjectTypeContextTypes Method (Boolean)

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, DataObject> GetDataObjectTypeContextTypes(
	bool refreshCache
)

Parameters

refreshCache
Type: SystemBoolean
Forces refresh of cache

Return Value

Type: DictionaryInt32, DataObject
Returns a map between data object types and the context type they are represented by. Keys are data object type ids. Values are context type data objects.
See Also