XML3 - API DLL Documentation 
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
 Function enables the user to pass an xml document, that has been formatted accordingly, and have a fully constructed order object.
 
Namespace: XMLV3API.OrderAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public bool CreateOrder( XmlDocument Orderdoc )  | 
| Visual Basic | 
|---|
Public Function CreateOrder ( _ Orderdoc As XmlDocument _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool CreateOrder( XmlDocument^ Orderdoc )  | 
Parameters
- Orderdoc
 - Type: System.Xml..::..XmlDocument
XML Document for building the object, must be in specified format. 
Return Value
[Missing <returns> documentation for "M:XMLV3API.Order.Orders.CreateOrder(System.Xml.XmlDocument)"]