Interface IPublishedStatusFilteringService
Namespace: Umbraco.Cms.Core.Services.Navigation
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedStatusFilteringService
Methods
View SourceFilterAvailable(IEnumerable<Guid>, String)
Declaration
IEnumerable<IPublishedContent> FilterAvailable(IEnumerable<Guid> candidateKeys, string culture)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Guid> | candidateKeys | |
System. |
culture |
Returns
Type | Description |
---|---|
IEnumerable<IPublished |