This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Interface definition for the StateSyncService class. This service is used by the cms server instance to synchronize state information, such as contentHierarchy changes (conver to folder, convert to normal item, remove node, add node), contenttype changes, changes in rendertemplates and translations, etc.

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

Syntax

C#Copy imageCopy Code
[(Name = "StateSyncService", Namespace = "http://Smartsite.Services.StateSyncService")]
[]
public interface IStateSyncService : 
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "StateSyncService", Namespace := "http://Smartsite.Services.StateSyncService")> _
<> _
Public Interface IStateSyncService _
	Inherits 

See Also

Advanced