InitString.GetOrCreateNode Method (XmlNode, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Retrieves first named node under parent node, or creates one if it does not exist.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
protected XmlNode GetOrCreateNode(
XmlNode parentNode,
string childTagName
)
Protected Function GetOrCreateNode (
parentNode As XmlNode,
childTagName As String
) As XmlNode
Parameters
parentNode
Type: System.Xml.XmlNodeSpecifies the parent node.
childTagName
Type: System.StringSpecifies the name of the child tag.
Return Value
Type: System.Xml.XmlNode
Type: XmlNode
See Also
GetOrCreateNode Overload
InitString Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright