Item_Aggregation_Child_Page Class
Basic information about any child page to an item aggregation, regardless of whether this is a
static html page, or a browse pulled from the database
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("childPage")]
[ProtoContractAttribute]
[DataContractAttribute]
public class Item_Aggregation_Child_Page |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Browse_Type | Flag indicates where this child page should appear |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Code | Code for this info or browse page |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Label | Gets the complete dictionary of labels and languages |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Parent_Code | If this is to appear on the main menu, this allows the browses
to be established hierarchically, with this child page either being at the
top, or sitting under another child page |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Source | Source for this child page |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Source_Data_Type | Source and data type of this browse or info page |
See Also