Returns information about the matrix (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method.
Returns information about the matrix (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method.
| Visual Basic |
|---|
Public Function SerializeAsXML( _ ByVal matrixXmlSelect As BoMatrixXmlSelect _ ) As String |
| Value | Description |
|---|---|
| mxs_All | Data and metadata of the matrix is returned. |
| mxs_MetaData | Only the metadata of the matrix is returned. |
The following gets the XML from the matrix on the marketing document form (the example assumes the form is the active form).