Interface IApiContentStartItem
Represents a start item for content routing in the Delivery API.
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentStartItem
Properties
View SourceId
Gets the unique identifier of the start item.
Declaration
Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Path
Gets the path of the start item.
Declaration
string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |