Class DeliveryApiIndexCompositeIdModel
Represents the decomposed components of a composite ID used in the Delivery API index.
Inheritance
object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public class DeliveryApiIndexCompositeIdModel
Constructors
View SourceDeliveryApiIndexCompositeIdModel()
Declaration
public DeliveryApiIndexCompositeIdModel()
Properties
View SourceCulture
Gets or sets the culture component of the composite ID.
Declaration
public string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the content ID component of the composite ID.
Declaration
public int? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |