Class TargetContentSynchronizationOptions
- Namespace
- CMS.ContentSynchronization
- Assembly
- CMS.ContentSynchronization.dll
Represents target content synchronization configuration options.
public sealed class TargetContentSynchronizationOptions
- Inheritance
-
objectTargetContentSynchronizationOptions
- Extension Methods
Constructors
TargetContentSynchronizationOptions()
public TargetContentSynchronizationOptions()
Properties
Enabled
Defines if the server should be enabled to receive content synchronization requests.
public bool Enabled { get; set; }
Property Value
- bool
Secret
Secret key used to authenticate synchronization requests.
public string Secret { get; set; }
Property Value
- string