Click or drag to resize

CodeMethodControllerGetCodeMethodLogCount Method (CodeMethodLogCountLoadOptions)

Returns the number of CodeMethodLog objects which match the provided load options

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetCodeMethodLogCount(
	CodeMethodLogCountLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelCodeMethodLogCountLoadOptions

Return Value

Type: Int32
Returns count of codemethodlog objects
Exceptions
ExceptionCondition
SecurityExceptionWhen user do not have AuthElement CodeMethodLog with Read premission
See Also