BBCodeNodeInsertBefore Method
Inserts a new child node before the reference node passed.
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- node BBCodeNode
-
The new child node to add.
This may not be already childed to another node
- before BBCodeNode
-
The reference node.
This must be a child of the current node
BBCodeNode
The added node.