Click or drag to resize

DataObjectControllerGetVersions Method

Gets all versions of a dataobject. Index 0 is the current version. Index 1 is the previous version (if any). ... and so forth.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<DataObjectVersionInfo> GetVersions(
	int dataObjectId,
	IEnumerable<string> properties = null
)

Parameters

dataObjectId
Type: SystemInt32
properties (Optional)
Type: System.Collections.GenericIEnumerableString
Values should only be assigned for these properties / fixed fields. If null all available values are assigned.

Return Value

Type: ListDataObjectVersionInfo
Returns an empty list if the data object doesn't exist or if it has been deleted or if the current user doesn't have read access to it.
See Also