Click or drag to resize

PropertyLogEntriesGetCompleteLogText Method (Boolean)

Returns all the log-entries as text. Based on the parameter the time of the change will be formatted in UTC or the active users timezone.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetCompleteLogText(
	bool utcTime
)

Parameters

utcTime
Type: SystemBoolean

Return Value

Type: String
See Also