Class ContentPublishingBranchItemResult
Represents the result of publishing an individual item within a content branch operation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentPublishing
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentPublishingBranchItemResult
Constructors
View SourceContentPublishingBranchItemResult()
Declaration
public ContentPublishingBranchItemResult()
Properties
View SourceKey
Gets the unique key of the content item.
Declaration
public required Guid Key { get; init; }
Property Value
| Type | Description |
|---|---|
| Guid |
OperationStatus
Gets the operation status indicating the result of the publishing operation for this item.
Declaration
public required ContentPublishingOperationStatus OperationStatus { get; init; }
Property Value
| Type | Description |
|---|---|
| ContentPublishingOperationStatus |