Click or drag to resize

DataObjectControllerGetPropertyLogEntries Method (Int32, Int32)

Returnerer alle logentries for en property (med log) på et givet dataobject. Hvis den aktive bruger ikke har adgang til property returneres en tom collection.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public PropertyLogEntries GetPropertyLogEntries(
	int dataObjectId,
	int propertyId
)

Parameters

dataObjectId
Type: SystemInt32
propertyId
Type: SystemInt32

Return Value

Type: PropertyLogEntries
See Also