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
    System.String culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FilterAvailable(IEnumerable<Guid>, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX