WebContent_Hierarchy Class
Web content page (and redirects) hierarchy object
Namespace: SobekCM.Core.WebContent.HierarchyAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[XmlRootAttribute("webHierarchy")]
[ProtoContractAttribute]
public class WebContent_Hierarchy |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| WebContent_Hierarchy | Constructor for a new instance of the WebContent_Hierarchy class |
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 |
| Root_Count | Number of child root nodes in this hierarchy |
See Also