Click or drag to resize

IdentityControllerGetIdentityDataObjectLoadOptions Method

Returns a DataObjectLoadOptions object prepared for loading identity data objects conforming to a number of identity specific load options.

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 DataObjectLoadOptions GetIdentityDataObjectLoadOptions(
	IdentityLoadOptions identityLoadOptions
)

Parameters

identityLoadOptions
Type: Omada.OE.Solution.OIM.ModelIdentityLoadOptions
Contains identity specific load options.

Return Value

Type: DataObjectLoadOptions
See Also