Click or drag to resize

ActivityLogEntriesGetPreviousLogEntry Method

Returns the logentry that has the greatest changetime which is less than logentry's changetime.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ActivityLogEntry GetPreviousLogEntry(
	ActivityLogEntry logEntry
)

Parameters

logEntry
Type: Omada.OE.ModelActivityLogEntry

Return Value

Type: ActivityLogEntry
See Also