This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the type of change that occurs in the attached Cms

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

Syntax

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

Members

Member nameDescription
Undefined
Unknown change type
Add
New items were added
Update
Items were modified
Remove
Items were removed from the publication
Move
Items were moved in the hierarchy

See Also

Smartsite.Core Namespace
Advanced