Interface IProjectResolver
Get currently active projects
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IProjectResolverMethods
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 | 
