Table of Contents

Class TargetContentSynchronizationOptions

Namespace
CMS.ContentSynchronization
Assembly
CMS.ContentSynchronization.dll

Represents target content synchronization configuration options.

public sealed class TargetContentSynchronizationOptions
Inheritance
object
TargetContentSynchronizationOptions
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