BriefItem_TocElement Class
Single element from within a TOC (table of contents)
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class BriefItem_TocElement |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| BriefItem_TocElement | Constructor for a new instance of the BriefItem_TocElement class |
Fields
| Name | Description |
---|
| Level | Level within the TOC, if this is a hierarchically organized TOC |
| Name | Name of this element, for display purposes |
| Sequence | Sequence within the list of file groupings that this element should link to |
Properties
| Name | Description |
---|
| Level_AsString | Level within the TOC, if this is a hierarchically organized TOC |
See Also