Complete_Item_Aggregation_Child_Page Class
Basic information about a single child page for an item aggregation
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Complete_Item_Aggregation_Child_Page |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Browse_Type | Flag indicates where this child page should appear |
| Code | Code for this info or browse page |
| Label_Dictionary | 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_Data_Type | Source of this browse or info page |
| Source_Dictionary | Gets the complete dictionary of static HTML sources and languages |
See Also