Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IProjectResolver

Get currently active projects

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IProjectResolver

Methods

GetCurrentProjects()

Get a list of currently active projects

Declaration
IEnumerable<int> GetCurrentProjects()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

A list of active projects or an empty list if no projects are active

Extension Methods