Table of Contents

Class DeleteFieldArguments

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

Represents an argument of the delete field command.

public sealed class DeleteFieldArguments
Inheritance
object
DeleteFieldArguments
Extension Methods

Properties

DeletedFieldName

Represents the name of the field to be deleted.

[JsonInclude]
public string DeletedFieldName { get; }

Property Value

string