Skip to content

GetChildren in ContentReferenceExtensions missing LoaderOptions #27

Description

@aekstrom

options is not used in call:
public static IEnumerable GetChildren(this ContentReference contentReference, LoaderOptions options) where T : IContentData
{
if (contentReference.IsNullOrEmpty())
{
return Enumerable.Empty();
}

        var repository = ServiceLocator.Current.GetInstance<IContentLoader>();
        return repository.GetChildren<T>(contentReference);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions