Class ContentPane
A general purpose pane capable of loading external data from a url
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.4Syntax
[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 |
System.Boolean | parseOnLoad | if set to |
System.Boolean | preventCache | if set to |
System.Boolean | preload | if set to |
System.Boolean | refreshOnShow | if set to |
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