Table of Contents

Class RepositoryServiceExtensions

Namespace
Dynamicweb.Indexing.Repositories
Assembly
Dynamicweb.Core.dll
public static class RepositoryServiceExtensions
Inheritance
RepositoryServiceExtensions
Inherited Members

Methods

GetFacetGroups(IRepositoryService, string)

public static IReadOnlyList<RepositoryItem> GetFacetGroups(this IRepositoryService service, string repository)

Parameters

service IRepositoryService
repository string

Returns

IReadOnlyList<RepositoryItem>

GetIndexes(IRepositoryService, string)

public static IReadOnlyList<RepositoryItem> GetIndexes(this IRepositoryService service, string repository)

Parameters

service IRepositoryService
repository string

Returns

IReadOnlyList<RepositoryItem>

GetQueries(IRepositoryService, string)

public static IReadOnlyList<RepositoryItem> GetQueries(this IRepositoryService service, string repository)

Parameters

service IRepositoryService
repository string

Returns

IReadOnlyList<RepositoryItem>

GetRepository(IRepositoryService, IIndex)

public static string? GetRepository(this IRepositoryService service, IIndex index)

Parameters

service IRepositoryService
index IIndex

Returns

string
To top