Click or drag to resize
TypeInfoEvents Class
Object events for particular type info
Inheritance Hierarchy
SystemObject
  CMS.DataEngineTypeInfoEvents

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class TypeInfoEvents

The TypeInfoEvents type exposes the following members.

Properties
  NameDescription
Public propertyBulkDelete
Fires when object is deleted in a bulk
Public propertyBulkInsert
Fires when object is inserted in a bulk
Public propertyBulkUpdate
Fires when object is updated in a bulk
Public propertyChangeOrder
Fires when change order is requested on the object
Public propertyCheckPermissions
Fires when permissions are checked on the object
Public propertyDelete
Fires when object is deleted
Public propertyGetContent
Fires when search content is requested. You can modify content value which is saved to the search index.
Public propertyGetData
Fires when data are retrieved
Public propertyInsert
Fires when object is inserted
Public propertyLogChange
Fires when object tasks are logged. You can disable tasks logging for staging, integration etc.
Public propertySort
Fires when sorting of a objects is requested
Public propertyUpdate
Fires when object is updated
Top
See Also