Click or drag to resize

CodeMethodControllerGetCodeMethodLogManager Method (CodeMethodLogLoadOptions)

Loads CodeMethodLog object.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public CodeMethodLogManager GetCodeMethodLogManager(
	CodeMethodLogLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelCodeMethodLogLoadOptions

Return Value

Type: CodeMethodLogManager
Returns CodeMethodLogs object
Exceptions
ExceptionCondition
SecurityExceptionWhen user do not have AuthElement CodeMethodLog with Read premission
See Also