Table of Contents

Class CreateContentItemFormContextParameters

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

Represents the parameters required to create a content item form context.

public sealed class CreateContentItemFormContextParameters
Inheritance
object
CreateContentItemFormContextParameters
Extension Methods

Properties

ContentItemId

Gets or sets the content item identifier.

public int ContentItemId { get; init; }

Property Value

int

LanguageName

Gets or sets the content language codename.

public string LanguageName { get; init; }

Property Value

string

VersionStatus

Gets or sets the version status of the content item.

public ContentItemVersionStatus VersionStatus { get; init; }

Property Value

ContentItemVersionStatus

Remarks

Default value is InitialDraft.

WorkspaceId

Gets or sets the workspace identifier.

public int WorkspaceId { get; init; }

Property Value

int