| 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
Syntaxpublic static bool DataObjectHasExtendedProtection(
int typeId
)
Parameters
- typeId
- Type: SystemInt32
DataObject type id
Return Value
Type:
BooleanTrue if the DataObject type has extended protection
See Also