Class MassTranslateCommandArguments
Arguments for the MassTranslate(MassTranslateCommandArguments, CancellationToken) command.
public sealed class MassTranslateCommandArguments
- Inheritance
-
objectMassTranslateCommandArguments
- 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