Table of Contents

Class PublishabilityCheckResult

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

Encapsulates result for publishability check.

public class PublishabilityCheckResult
Inheritance
object
PublishabilityCheckResult
Extension Methods

Properties

Callout

Callout in publishability check dialog.

public CalloutConfiguration Callout { get; set; }

Property Value

CalloutConfiguration

Continue

Indicates whether there exist nested content item references and further configuration is needed or if it can be directly published.

public bool Continue { get; set; }

Property Value

bool

DescriptionText

Represents the description text displayed in the publishability check dialog.

public string DescriptionText { get; set; }

Property Value

string

PublishabilityStatus

Represents the publishability status for provided items.

public PublishabilityCheckCommandResultStatus PublishabilityStatus { get; set; }

Property Value

PublishabilityCheckCommandResultStatus

PublishableIdentifiers

Represents the collection of publishable items identifiers.

public IEnumerable<string> PublishableIdentifiers { get; set; }

Property Value

IEnumerable<string>