This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Serialized representation of the Smartsite.Core.ContentChangeType enumeration.

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

Syntax

C#Copy imageCopy Code
[(Namespace = "http://schemas.datacontract.org/2004/07/Smartsite.Core")]
[("System.Runtime.Serialization", "3.0.0.0")]
public enum ContentChangeType
Visual Basic (Declaration)Copy imageCopy Code
<(Namespace := "http://schemas.datacontract.org/2004/07/Smartsite.Core")> _
<("System.Runtime.Serialization", "3.0.0.0")> _
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

Advanced