[]
Initializes a new instance of the OutlineNode class.
public OutlineNode()
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, IDocumentLocation location)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
| IDocumentLocation | location | The location within a document associated with the current node. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, C1LinkTarget linkTarget)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
| C1LinkTarget | linkTarget | The C1LinkTarget associated with this node. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, IDocumentLocation location, Icon icon)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
| IDocumentLocation | location | The location within a document associated with the current node. |
| Icon | icon | The icon associated with the current node. |