Table of Contents

Class SourceContentSynchronizationOptions

Namespace
CMS.ContentSynchronization
Assembly
CMS.ContentSynchronization.dll

Represents source content synchronization options.

public sealed class SourceContentSynchronizationOptions
Inheritance
object
SourceContentSynchronizationOptions
Extension Methods

Constructors

SourceContentSynchronizationOptions()

public SourceContentSynchronizationOptions()

Properties

Enabled

Defines if the server should be enabled to send 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

TargetUrl

The URL of the target Kentico server.

public string TargetUrl { get; set; }

Property Value

string

Remarks

Set just the protocol, subdomain and domain. Values with path, query or fragment are not supported. Only https protocol is supported.