Click or drag to resize

DataObjectControllerDataObjectExists Method (Int32, Boolean)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool DataObjectExists(
	int dataObjectId,
	bool doesntExistIfDeleted = false
)

Parameters

dataObjectId
Type: SystemInt32
doesntExistIfDeleted (Optional)
Type: SystemBoolean
If false the method returns true even though the data object is marked as deleted. If true the method returns false if the data object is marked as deleted.

Return Value

Type: Boolean
See Also