This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration that defines the content type event types.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum ContentTypeChangeTypes
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ContentTypeChangeTypes

Members

Member nameDescription
AddContentType
A new content type has been added.
RemoveContentType
An existing content type has been removed.
AddContentTypeField
A new content type field has been added.
RemoveContentTypeField
An existing content type has been removed.
SetFieldProperty
The value of a field property has been set.
RemoveFieldProperty
The field property has been removed.
Update
Multiple updates have been applied (will result in reloading the contenttype).

See Also

Smartsite.Core Namespace
Advanced