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

Try our conversational search powered by Generative AI!

Interface IProjectService

Namespace: EPiServer.Cms.Shell.UI.Rest.Projects
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IProjectService

Properties

IsInProjectMode

Declaration
bool IsInProjectMode { get; }
Property Value
Type Description
System.Boolean

IsProjectModeEnabled

Declaration
bool IsProjectModeEnabled { get; }
Property Value
Type Description
System.Boolean

Methods

AddToCurrentProject(IEnumerable<ContentReference>)

Declaration
IEnumerable<ProjectItem> AddToCurrentProject(IEnumerable<ContentReference> contentLinks)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ContentReference> contentLinks
Returns
Type Description
System.Collections.Generic.IEnumerable<ProjectItem>

Extension Methods