View Source
Class DeliveryApiCompositeIdHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class DeliveryApiCompositeIdHandler : IDeliveryApiCompositeIdHandler
Methods
View Source
Decompose(String)
Declaration
public DeliveryApiIndexCompositeIdModel Decompose(string indexId)
Parameters
Type |
Name |
Description |
System.String |
indexId |
|
Returns
View Source
IndexId(Int32, String)
Declaration
public string IndexId(int id, string culture)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.String |
culture |
|
Returns
Type |
Description |
System.String |
|