Various function to write XML data.
Namespace:
MonoOBSFrameworkAssembly: MonoOBSFramework (in MonoOBSFramework.dll)
Syntax
C# | Visual Basic | Visual C++ |
public static class WriteXml
Public NotInheritable Class WriteXml
public ref class WriteXml abstract sealed
Members
All Members | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | AppendChild(String, Boolean, String, String, String, Dictionary<(Of <(String, String>)>)) |
Append a child node to the given parent node.
|
![]() ![]() | NodeExist(String, String, String, Boolean) |
Check if a node exist before write data and give the possibility to create it
|
![]() ![]() | RemoveNode(String, String, String, Dictionary<(Of <(String, String>)>)) |
Remove an existing node.
|