Class ApiContentStartItem
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiContentStartItem : IApiContentStartItem
Constructors
View SourceApiContentStartItem(Guid, String)
Declaration
public ApiContentStartItem(Guid id, string path)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
System.String | path |
Properties
View SourceId
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Path
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String |