[]
Represents a document map node.
public class DocumentMapNode
| Name | Description |
|---|---|
| DocumentMapNode(string, string, int[], int[], IEnumerable<DocumentMapNode>) | Initializes a new instance of the DocumentMapNode class with the specified properties. |
| DocumentMapNode(string, string, int[], int[], Func<IEnumerable<DocumentMapNode>>) | Initializes a new instance of the DocumentMapNode class with the specified properties. |
| Name | Description |
|---|---|
| Empty | Gets an empty document map node. |
| Name | Description |
|---|---|
| Bookmark | Gets the bookmark of the document map node. |
| Children | Gets the child nodes of the document map node. |
| Label | Gets the label of the document map node. |
| Levels | Gets the levels of the document map node. |
| Numerics | Gets the numeric elements of the document map node. |