Click or drag to resize

DataObjectControllerDataObjectsExist Method

The method checks if all data objects exist

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool DataObjectsExist(
	IEnumerable<int> dataObjectIds,
	bool doesntExistIfDeleted = false
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32
Data objects to check
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
True, if all the objects exist. False otherwise.
See Also