Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / XML2Dic Method / XML2Dic(XmlNode) Method
The XML node to get the key-value pairs
In This Topic
    XML2Dic(XmlNode) Method
    In This Topic
    Dumps the given xml node in key-value pairs
    Syntax
    public static StringDictionary XML2Dic( 
       XmlNode objNode
    )

    Parameters

    objNode
    The XML node to get the key-value pairs

    Return Value

    Key-value paris for the given XML node
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also