Class ApiContentStartItem
Represents a start item for content routing in the Delivery API.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiContentStartItem : IApiContentStartItem
Constructors
View SourceApiContentStartItem(Guid, string)
Initializes a new instance of the ApiContentStartItem class.
Declaration
public ApiContentStartItem(Guid id, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The unique identifier of the start item. |
| string | path | The path of the start item. |
Properties
View SourceId
Gets the unique identifier of the start item.
Declaration
public Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Path
Gets the path of the start item.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |