Click or drag to resize

IDataObjectFieldLevelAccessModifierModifyLoadOptions Method

Modifies a load options object so only data objects that the active user is allowed to view (according to the access modifier) are loaded. The load options object might be both extended and narrowed by the method.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void ModifyLoadOptions(
	DataObjectLoadOptionsBase loadOptions,
	AccessCallContext callContext
)

Parameters

loadOptions
Type: Omada.OE.ModelDataObjectLoadOptionsBase
callContext
Type: Omada.OE.ModelAccessCallContext
See Also