Table of Contents

Class CreateSynchronizationWithSelectedDependenciesArguments

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Arguments for the content synchronization create command with selected dependencies.

public class CreateSynchronizationWithSelectedDependenciesArguments
Inheritance
object
CreateSynchronizationWithSelectedDependenciesArguments
Derived
Extension Methods

Constructors

CreateSynchronizationWithSelectedDependenciesArguments()

public CreateSynchronizationWithSelectedDependenciesArguments()

Properties

ScheduledRestore

Gets or sets the time at which content should be restored. If not specified, the content will be restored right after transfer.

public DateTime? ScheduledRestore { get; set; }

Property Value

DateTime?

SelectedIdentifiers

Gets or sets the identifiers of the selected content items grouped by object type. Key represents the object type discriminator, value is the list of identifiers of that type.

public Dictionary<SynchronizationObjectTypes, IEnumerable<int>> SelectedIdentifiers { get; set; }

Property Value

Dictionary<SynchronizationObjectTypes, IEnumerable<int>>