Click or drag to resize

DataObjectDataObjectHasExtendedProtection Method

Builtin data objects of certain types has "extended protection" meaning that they can neither be updated nor deleted (for all other builtin data objects we only prevent deletion)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool DataObjectHasExtendedProtection(
	int typeId
)

Parameters

typeId
Type: SystemInt32
DataObject type id

Return Value

Type: Boolean
True if the DataObject type has extended protection
See Also