Remove an existing node.

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

Syntax

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

Parameters

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

Return Value

A BooleanA list of all getted value.

See Also