Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentPane

Inheritance
System.Object
ContentPane
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Component(IsAvailableForUserSelection = false)]
public class ContentPane : ContainerBase, IContainer, IComponent, ICloneable

Constructors

ContentPane()

Declaration
public ContentPane()

ContentPane(Setting[])

Declaration
public ContentPane(params Setting[] settings)
Parameters
Type Name Description
Setting[] settings

ContentPane(String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, Setting[])

Declaration
public ContentPane(string href, bool extractContent, bool parseOnLoad, bool preventCache, bool preload, bool refreshOnShow, string loadingMessage, string errorMessage, params Setting[] settings)
Parameters
Type Name Description
System.String href
System.Boolean extractContent
System.Boolean parseOnLoad
System.Boolean preventCache
System.Boolean preload
System.Boolean refreshOnShow
System.String loadingMessage
System.String errorMessage
Setting[] settings

Implements

System.ICloneable

Extension Methods