Click or drag to resize

DataCacheGetObjectId Method

Note: This API is now obsolete.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("No longer implemented! Use ControllerBase.ConvertId() instead! Obsoleted in v14")]
public int GetObjectId(
	Guid uid,
	ConfigurationObjectType objectType,
	bool throwIfNotFound
)

Parameters

uid
Type: SystemGuid
objectType
Type: Omada.OE.ModelConfigurationObjectType
throwIfNotFound
Type: SystemBoolean

Return Value

Type: Int32
See Also