Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishedStatusFilteringService

    Namespace: Umbraco.Cms.Core.Services.Navigation
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPublishedStatusFilteringService

    Methods

    View Source

    FilterAvailable(IEnumerable<Guid>, string?)

    Declaration
    IEnumerable<IPublishedContent> FilterAvailable(IEnumerable<Guid> candidateKeys, string? culture)
    Parameters
    Type Name Description
    IEnumerable<Guid> candidateKeys
    string culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX