Click or drag to resize

DataObjectHistoryControllerGetAllHistoryEntries Method

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use non-static LoadAllHistoryEntries method")]
public static HistoryEntries GetAllHistoryEntries(
	int dataObjectId,
	int whoUserId,
	int showPropertyId
)

Parameters

dataObjectId
Type: SystemInt32
whoUserId
Type: SystemInt32
showPropertyId
Type: SystemInt32

Return Value

Type: HistoryEntries
See Also