Interface IDeliveryApiCompositeIdHandler
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IDeliveryApiCompositeIdHandler
Methods
View SourceDecompose(string)
Declaration
DeliveryApiIndexCompositeIdModel Decompose(string indexId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | indexId |
Returns
| Type | Description |
|---|---|
| DeliveryApiIndexCompositeIdModel |
IndexId(int, string)
Declaration
string IndexId(int id, string culture)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | |
| string | culture |
Returns
| Type | Description |
|---|---|
| string |