Table of Contents

Class MoveFieldArguments

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

Arguments of the page command for moving form field.

public sealed class MoveFieldArguments
Inheritance
object
MoveFieldArguments
Extension Methods

Properties

DestinationIndex

Gets or sets the index of the destination.

[JsonInclude]
public int DestinationIndex { get; }

Property Value

int

SourceIndex

Original index of the field in the page type's form field collection.

[JsonInclude]
public int SourceIndex { get; }

Property Value

int