General
This article describes the StructureArticle object used to represent hierarchical data.
Structure
class StructureArticle : BaseArticle
{
StructureProperties : Dictionary<string, string>
Children : List<StructureArticle>
ParentArticleId : long?
HasChildren : bool
}Key Concepts
Hierarchy
- Supports recursive parent-child relationships
- Represents multi-level structures (e.g., BOM)
Children
Direct child articles.
ParentArticleId
Reference to parent.
HasChildren
Indicates if children exist.
Property Access Methods
- AddUpdateStructureProperty
- GetStructureProperty
- GetStructurePropertyAsType