Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / WriteToFile Method
The file path to write.
The xml document to write.
In This Topic
    WriteToFile Method
    In This Topic
    Writes an XML document to file.
    Syntax
    public static void WriteToFile( 
       string filePath,
       XmlDocument xmlDocument
    )

    Parameters

    filePath
    The file path to write.
    xmlDocument
    The xml document to write.
    Exceptions
    ExceptionDescription
    Thrown if either the file path or the xml document are null.
    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