[]
        
(Showing Draft Content)

C1.C1Preview.OutlineNode.-ctor

OutlineNode Constructor

OutlineNode()

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode()

OutlineNode(string)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption)
Parameters
Type Name Description
string caption

The node caption.

OutlineNode(string, IDocumentLocation)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, IDocumentLocation location)
Parameters
Type Name Description
string caption

The node caption.

IDocumentLocation location

The location within a document associated with the current node.

OutlineNode(string, C1LinkTarget)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, C1LinkTarget linkTarget)
Parameters
Type Name Description
string caption

The node caption.

C1LinkTarget linkTarget

The C1LinkTarget associated with this node.

OutlineNode(string, IDocumentLocation, Icon)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, IDocumentLocation location, Icon icon)
Parameters
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.