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 |
---|
| Browse_Type | Flag indicates where this child page should appear |
| Code | Code for this info or browse page |
| Label | Gets the complete dictionary of labels and languages |
| 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 |
| Source | Source for this child page |
| Source_Data_Type | Source and data type of this browse or info page |
See Also