Click or drag to resize

ContextControllerGetContextDataObjectTypeIds Method

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 virtual List<int> GetContextDataObjectTypeIds(
	bool excludePersonal = false
)

Parameters

excludePersonal (Optional)
Type: SystemBoolean

Return Value

Type: ListInt32
Returns ids of all data object types that represent contexts.
See Also