Click or drag to resize

ConfigurationChangeControllerGetConfigurationObjectUId Method (ConfigurationObjectType, Int32)

Locates a configuration object by it's Id and returns it's UId. If the object can't be located then an empty Guid is returned.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Guid GetConfigurationObjectUId(
	ConfigurationObjectType objectType,
	int objectId
)

Parameters

objectType
Type: Omada.OE.ModelConfigurationObjectType
Must specify an object type that has a Guid key.
objectId
Type: SystemInt32
Must be greater than zero.

Return Value

Type: Guid
See Also