Table of Contents

Class MassTranslateCommandArguments

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class MassTranslateCommandArguments
Inheritance
object
MassTranslateCommandArguments
Extension Methods

Constructors

MassTranslateCommandArguments()

public MassTranslateCommandArguments()

Properties

RootContentItemIdentifiers

A collection of content item identifiers for which the mass translation has been initiated.

public IEnumerable<int> RootContentItemIdentifiers { get; init; }

Property Value

IEnumerable<int>

SelectedIdentifiers

A collection of selected content item identifiers.

public IEnumerable<int> SelectedIdentifiers { get; init; }

Property Value

IEnumerable<int>

SourceLanguageId

Source content language ID.

public int SourceLanguageId { get; init; }

Property Value

int