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_Node

WebContent_Hierarchy_Node Class



A single node within the web content page (and redirects) hierarchy


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]
[ProtoContractAttribute]
[XmlRootAttribute("webHierarchyNode")]
public class WebContent_Hierarchy_Node

Inheritance Hierarchy

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

Constructors

  NameDescription
Public methodWebContent_Hierarchy_Node()()()()
Constructor for a new instance of the WebContent_Hiearchy_Node class
Public methodWebContent_Hierarchy_Node(String, Int32, String)
Constructor for a new instance of the WebContent_Hiearchy_Node class

Methods

  NameDescription
Public methodAdd_Child(WebContent_Hierarchy_Node)
Add a new, fully built child node to this node
Public methodAdd_Child(String, Nullable<(Of <<'(Int32>)>>))
Add a new child node to this node
Public methodShouldSerializeWebContentID
Method suppresses XML Serialization of the WebContentID property if it is -1

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 propertyRedirect
URL to which a request for this page should be redirected
Public propertySegment
Segment name for this element with the web content hierarchy
Public propertyWebContentID
Primary key for this web content page, from the database

See Also



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