Table of Contents

Class ContentItemSubmissionCommandArguments

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

Represents arguments of the content item submission command.

public sealed class ContentItemSubmissionCommandArguments : FormSubmissionCommandArguments
Inheritance
object
ContentItemSubmissionCommandArguments
Inherited Members
Extension Methods

Properties

ContentFolderId

Content folder ID.

public int ContentFolderId { get; set; }

Property Value

int

ContentItemName

Display name of the content item.

public string ContentItemName { get; set; }

Property Value

string

ContentTypeId

Content type ID.

public int ContentTypeId { get; set; }

Property Value

int

LanguageName

Content language codename.

public string LanguageName { get; set; }

Property Value

string

UpdateBeforeProcessing

Flag if the content item should be updated before further processing.

public bool UpdateBeforeProcessing { get; set; }

Property Value

bool

UpdateBeforePublish

Flag if the content item should be updated before publishing.

[Obsolete("Use UpdateBeforeProcessing instead.")]
[ObsoleteSince(30, 3)]
public bool UpdateBeforePublish { get; set; }

Property Value

bool

WorkspaceId

Workspace identifier.

public int? WorkspaceId { get; set; }

Property Value

int?