Interface IContainer
Inherited Members
System.ICloneable.Clone()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IContainer : IComponent, ICloneable
Properties
Components
Declaration
IList<IComponent> Components { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IComponent> |
|
ContainerType
Declaration
ContainerType ContainerType { get; set; }
Property Value
PlugInArea
Declaration
string PlugInArea { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Add(IComponent)
Declaration
IContainer Add(IComponent component)
Parameters
Returns
SortComponents(Comparison<IComponent>)
Declaration
void SortComponents(Comparison<IComponent> comparison)
Parameters
Type |
Name |
Description |
System.Comparison<IComponent> |
comparison |
|
Extension Methods