Table of Contents

Class ConfirmSelectionCommandArguments

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

Represents arguments of the create content item command.

public sealed class ConfirmSelectionCommandArguments
Inheritance
object
ConfirmSelectionCommandArguments
Extension Methods

Properties

ContentItemName

Content item name.

public string ContentItemName { get; set; }

Property Value

string

ContentTypeId

Content type class ID.

public int ContentTypeId { get; set; }

Property Value

int