Append a child node to the given parent node.

Namespace:  MonoOBSFramework
Assembly:  MonoOBSFramework (in MonoOBSFramework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool AppendChild(
	string XmlFs,
	bool OverWriteNode,
	string Rootnode,
	string ParentNode,
	string ChildNodeName,
	Dictionary<string, string> AttributeKeyVal
)
Public Shared Function AppendChild ( _
	XmlFs As String, _
	OverWriteNode As Boolean, _
	Rootnode As String, _
	ParentNode As String, _
	ChildNodeName As String, _
	AttributeKeyVal As Dictionary(Of String, String) _
) As Boolean
public:
static bool AppendChild(
	String^ XmlFs, 
	bool OverWriteNode, 
	String^ Rootnode, 
	String^ ParentNode, 
	String^ ChildNodeName, 
	Dictionary<String^, String^>^ AttributeKeyVal
)

Parameters

XmlFs
String
OverWriteNode
Boolean
Rootnode
String
ParentNode
String
ChildNodeName
String
AttributeKeyVal
Dictionary<(Of <(String, String>)>)

Return Value

A BooleanA list of all getted value.

See Also