SaaS CMS has officially launched! Learn more now.

Class ContentPane

A general purpose pane capable of loading external data from a url

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: 10.10.4
Syntax
[Component(IsAvailableForUserSelection = false)]
public class ContentPane : ContainerBase, IContainer, IComponent, ICloneable

Constructors

ContentPane()

Initializes a new instance of the ContentPane class.

Declaration
public ContentPane()

ContentPane(Setting[])

Initializes a new instance of the ContentPane class with the specified settings.

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

The settings.

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

Initializes a new instance of the ContentPane class.

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

The href.

System.Boolean extractContent

if set to true extracts content from the body of what is loaded from href.

System.Boolean parseOnLoad

if set to true parses the content loaded for additional widgets.

System.Boolean preventCache

if set to true prevents clientside cahce of requests from the href.

System.Boolean preload

if set to true loads content from the href even if it is not visible.

System.Boolean refreshOnShow

if set to true refreshes content from the href when it becomes visible.

System.String loadingMessage

A message to display while loading.

System.String errorMessage

a message to display when loading fails.

Setting[] settings

Optional settings.

Implements

System.ICloneable

Extension Methods