London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IProjectResolver

Get currently active projects

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
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