This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite webservices.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Core.Services |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Core.Services |
Classes
Class | Description | |
---|---|---|
EventSubscriptionClient |
Class to hold client information of clients connected to the EventSubscription service.
|
|
EventSynchronizationService |
Class providing the Event Subscription (duplex) service.
|
|
InteropService |
Class providing InteropService operations to e.g. render an item.
|
|
ManagerService |
Provides manager operations.
|
|
SchemaService |
Provides schema service operations.
|
|
SchemaSetProviderService |
Extends the SmartService with schemaset provider functionality.
|
|
ServiceFault |
Class used for passing faults to service-clients.
|
|
ServiceRegistrations |
Initializes and holds all registered SmartService WCF services.
The services should be registered in the smartsite.config configuration file, within the "services" node.
|
|
SmartService |
Base class for Smartsite WCF Services.
|
|
SmartServiceState |
State class which provides access to the Site object.
|
|
StateSyncService |
Class providing StateSync (web)service operations to synchronize state between the CMS server instance and the Publication server instance.
|
|
SxmlFieldValidationSettings |
Sxml field validation settings.
|
|
SyntaxContentItemFilter |
Provides a filter of syntax data for a specific content item.
|
|
SyntaxData |
Provides the full set of schemas, vipers and settings required to perform syntax validation and provide intellisense.
|
|
SyntaxVersionInfo |
Identifies a syntax version.
|
|
WcfAuthenticationManager |
Manages logons and logofss for calls made to the Interop webservice methods.
|
|
WCFResponse |
Class definition for the Response returned from a WCF render request.
|
Interfaces
Interface | Description | |
---|---|---|
IEventSubscriptionContract |
Interface definition for the Event Subscription duplex service, where this interface acts as the service contract.
|
|
IEventSynchronizationContract |
Interface definition for the Event Subscription duplex service, where this interface is the so-called callback contract.
|
|
IInteropService |
Interface definition for the InteropService class.
|
|
IManagerService |
Interface definition for the ManagerService class.
|
|
IPing |
Defines the pingable service contract.
|
|
ISchemaService |
Interface definition for the SchemaService class.
|
|
IStateSyncService |
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.
|