Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IProjectResolver

Get currently active projects

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