Click or drag to resize

DataObjectControllerUpdateDisplayName Method (Int32, String)

Opdaterer displayname for et dataobjekt.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateDisplayName(
	int dataObjectId,
	string displayName
)

Parameters

dataObjectId
Type: SystemInt32
displayName
Type: SystemString
See Also