WebContent_Hierarchy_Node Class
A single node within the web content page (and redirects) hierarchy
Namespace: SobekCM.Core.WebContent.HierarchyAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("webHierarchyNode")]
public class WebContent_Hierarchy_Node |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Children | Collection of child nodes, indexed by segment |
| Children_XML | Collection of child nodes, converted to a list for XML serialization |
| Redirect | URL to which a request for this page should be redirected |
| Segment | Segment name for this element with the web content hierarchy |
| WebContentID | Primary key for this web content page, from the database |
See Also