Interface IProjectService
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