Table of Contents

Class PublishWebPageCommandArguments

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

Publish web page command arguments.

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

Properties

UpdateBeforeProcessing

Indicates if the web page should be updated before publish.

public bool UpdateBeforeProcessing { get; set; }

Property Value

bool

UpdateBeforePublish

Indicates if the web page should be updated before publish.

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

Property Value

bool