Click or drag to resize

DataObjectControllerUpdateUid Method

Update the UID of a dataObject

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateUid(
	int id,
	string newUidStr
)

Parameters

id
Type: SystemInt32
The DataObject id
newUidStr
Type: SystemString
The new UID to be assigned
See Also