XMLResultPublishingMethodEnum (COM-based API)
XMLResultPublishingMethodEnum enumeration is a set of constants that define how the XML Result file will be published.
enum XMLResultPublishingMethodEnum {
XRPM_NoXMLResult = 0,
XRPM_XMLResultToFolder = 1,
XRPM_XMLResultToMail = 2
};
Elements
Name | Description |
XRPM_NoXMLResult | No XML Result file will be published. |
XRPM_XMLResultToFolder | The XML Result file will be published to the XmlResultLocation folder. |
XRPM_XMLResultToMail | The XML Result file will be sent to the specified e-mail address (currently not supported). |
3/26/2024 1:49:49 PM