Try our conversational search powered by Generative AI!

Interface IContainer<TSettings>

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IContainer<in TSettings> : IContainer, IComponent, ICloneable where TSettings : ISettingsDictionary
Type Parameters
Name Description
TSettings

Methods

Add(IComponent, TSettings)

Declaration
IContainer<TSettings> Add(IComponent component, TSettings requiredSettings)
Parameters
Type Name Description
IComponent component
TSettings requiredSettings
Returns
Type Description
IContainer<TSettings>

Extension Methods