Click or drag to resize

DataObjectControllerGetDataObjectIdByTextPropertyValue Method (Guid, String, String)

Returns the id of a dataobject (of a specific type) based on the value of a property of datatype text. Security is overridden.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual int GetDataObjectIdByTextPropertyValue(
	Guid dataObjectTypeUId,
	string propertySystemName,
	string propertyValue
)

Parameters

dataObjectTypeUId
Type: SystemGuid
propertySystemName
Type: SystemString
propertyValue
Type: SystemString

Return Value

Type: Int32
See Also