Class ContainerInfo
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Class ContainerInfo contains information about the content placeholder of current rendering paragraph.
- Inheritance
-
Container
Info
- Inherited Members
Constructors
ContainerInfo(string)
Initializes a new instance of the Container
Parameters
containerName
stringName of the container.
ContainerInfo(string, int, NameValueCollection)
Initializes a new instance of the Container
Parameters
containerName
stringName of the container.
sort
intThe sort of the current paragraph in the container.
settings
NameValue Collection The settings of the content placeholder.
Properties
Count
Gets or sets the count of paragraphs in the current container.
Property Value
- int
The count.
Name
Gets the name of the container.
Property Value
- string
The name.
Settings
Gets the settings set on the container
Property Value
Sort
Gets the sort of the current rendering paragraph position in the content placeholder.
Property Value
- int
The sort.