Interface IApiContentRoute
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentRoute
Properties
View SourcePath
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
StartItem
Declaration
IApiContentStartItem StartItem { get; }
Property Value
Type | Description |
---|---|
IApiContentStartItem |