Table of Contents

Class ContentSynchronizationCreateArguments

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

Arguments for the content synchronization create command.

public sealed class ContentSynchronizationCreateArguments
Inheritance
object
ContentSynchronizationCreateArguments
Extension Methods

Constructors

ContentSynchronizationCreateArguments()

public ContentSynchronizationCreateArguments()

Properties

Identifiers

Gets or sets the identifiers of the selected content items.

public IEnumerable<int> Identifiers { get; set; }

Property Value

IEnumerable<int>

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?