Class ContentSynchronizationOptions
- Namespace
- CMS.ContentSynchronization
- Assembly
- CMS.ContentSynchronization.dll
Represents content synchronization configuration options.
public sealed class ContentSynchronizationOptions
- Inheritance
-
objectContentSynchronizationOptions
- Extension Methods
Remarks
Configure the Source options if you wish to synchronize content to another instance, the Target options to receive synchronized content from another instance, or both at the same time.
Constructors
ContentSynchronizationOptions()
public ContentSynchronizationOptions()
Properties
Source
Source content synchronization options if your instance acts as synchronization source.
public SourceContentSynchronizationOptions Source { get; set; }
Property Value
Target
Target content synchronization options if your instance acts as synchronization target.
public TargetContentSynchronizationOptions Target { get; set; }