using an import file, creates a data type
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool importDataType(
XDocument oDataTypeXML
)
Public Function importDataType ( _
oDataTypeXML As XDocument _
) As Boolean
public:
bool^ importDataType(
XDocument^ oDataTypeXML
)
Parameters
- oDataTypeXML
- Type: XDocument
xml defining the data type
Return Value
true if XXXX,
false otherwise.