mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> WebContent >> Hierarchy >> WebContent_Hierarchy

WebContent_Hierarchy Class



Web content page (and redirects) hierarchy object


Namespace: SobekCM.Core.WebContent.Hierarchy
Assembly: 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

System..::..Object
  SobekCM.Core.WebContent.Hierarchy..::..WebContent_Hierarchy

Constructors

  NameDescription
Public methodWebContent_Hierarchy
Constructor for a new instance of the WebContent_Hierarchy class

Methods

  NameDescription
Public methodAdd_Child(WebContent_Hierarchy_Node)
Add a new child node to this node
Public methodAdd_Child(String, Nullable<(Of <<'(Int32>)>>))
Add a new child node to this node
Public methodAdd_Single_Node
Add a single new node to the web hierarchy
Public methodClear
Clear this hierarchy object, by clearing the collection of root nodes
Public methodFind
Look within this hierarchy for a match for a collection of incoming URL segments

Properties

  NameDescription
Public propertyChildren
Collection of child nodes, indexed by segment
Public propertyChildren_XML
Collection of child nodes, converted to a list for XML serialization
Public propertyRoot_Count
Number of child root nodes in this hierarchy

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )