Class PublishabilityCheckResult
Encapsulates result for publishability check.
public class PublishabilityCheckResult
- Inheritance
-
objectPublishabilityCheckResult
- Extension Methods
Properties
Callout
Callout in publishability check dialog.
public CalloutConfiguration Callout { get; set; }
Property Value
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
PublishableIdentifiers
Represents the collection of publishable items identifiers.
public IEnumerable<string> PublishableIdentifiers { get; set; }
Property Value
- IEnumerable<string>