This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite event synchronization.

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Core.EventSynchronizationClient
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Core.EventSynchronizationClient

Classes

  Class Description
Public class CmsConfigChangeEventArgs
Serialized representation of the CmsConfigChangeEventArgs class.
Public class CmsContentChangeEventArgs
Serialized representation of the CmsContentChangeEventArgs class.
Public class CmsEventArgs
Serialized representation of the CmsEventArgs class.
Public class EventSubscriptionServiceClient
(WCF) Client class for the EventSubscriptionService service.
Public class TableChangeEventArgs
Serialized representation of the TableChangeEventArgs class.

Interfaces

  Interface Description
Public interface EventSubscriptionService
(WCF) Client representation of the EventSubscriptionService interface.
Public interface EventSubscriptionServiceCallback
(WCF) Client representation of the EventSubscriptionService callback interface.
Public interface EventSubscriptionServiceChannel
(WCF) Client EventSubscriptionService Channel interface definition.

Enumerations

  Enumeration Description
Public enumeration ContentChangeType
Serialized representation of the Smartsite.Core.ContentChangeType enumeration.
Public enumeration TableChangeAction
Serialized representation of the Smartsite.Data.TableChangeAction enumeration.
Advanced