Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeliveryApiCompositeIdHandler

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDeliveryApiCompositeIdHandler

    Methods

    View Source

    Decompose(String)

    Declaration
    DeliveryApiIndexCompositeIdModel Decompose(string indexId)
    Parameters
    Type Name Description
    System.String indexId
    Returns
    Type Description
    DeliveryApiIndexCompositeIdModel
    View Source

    IndexId(Int32, String)

    Declaration
    string IndexId(int id, string culture)
    Parameters
    Type Name Description
    System.Int32 id
    System.String culture
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Decompose(String)
      • IndexId(Int32, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX