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: 9.0.0
Syntax
C#
public class TypeInfoEvents

The TypeInfoEvents type exposes the following members.

Constructors
  NameDescription
Public methodTypeInfoEvents Obsolete.
Constructor
Top
Properties
  NameDescription
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 propertyCheckPermissions
Fires when permissions are checked on the object
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 propertyUpdate
Fires when object is updated
Top
See Also