Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / CreateElement Method
XML document to create the XML element for
Path of the new element
In This Topic
    CreateElement Method
    In This Topic
    Creates an XML element for the given xml document
    Syntax
    public static XmlElement CreateElement( 
       XmlNode xmlDoc,
       string xpath
    )

    Parameters

    xmlDoc
    XML document to create the XML element for
    xpath
    Path of the new element

    Return Value

    Newly created element
    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