Click or drag to resize

ExportConnectivityPackageHelperAddOrReplaceXmlNode Method

Adds or replaces a xml node

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string AddOrReplaceXmlNode(
	string configXml,
	string xpath,
	string nodeName,
	string content,
	string namespaceUri = "http://schemas.omada.net/ois/2016/SystemCategoryConfigurationML"
)

Parameters

configXml
Type: SystemString
the config xml
xpath
Type: SystemString
xpath to parent node
nodeName
Type: SystemString
node to add or replace
content
Type: SystemString
node content
namespaceUri (Optional)
Type: SystemString
namespaceUri

Return Value

Type: String
See Also