Table of Contents

Class DeleteTagCommandArguments

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

Represent arguments for executing DeleteTag(DeleteTagCommandArguments, CancellationToken) command in the UI page TaxonomyEditLayout.

public sealed class DeleteTagCommandArguments
Inheritance
object
DeleteTagCommandArguments
Extension Methods

Properties

TagId

Tag ID.

public int TagId { get; set; }

Property Value

int