Table of Contents

Enum PublishabilityCheckCommandResultStatus

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

Variants of the result statuses for the publishability check for mass publish command.

public enum PublishabilityCheckCommandResultStatus
Extension Methods

Fields

AllPublishable = 1

Represents the case when all items are publishable.

NothingToPublish = 0

Represents the case when there is nothing to publish.

SomeNonPublishable = 2

Represents the case when some items are not publishable.