PayrollSetup::getXmlDocumentForResource Method [AX 2012]
Retrieves the XML stored in the specified AOT Resource.
client server public static XmlDocument getXmlDocumentForResource(str _resourceName)
Run On
CalledParameters
- _resourceName
- Type: str
The name string of the Resource in the AOT from which to retrieve the XML.
Return Value
Type: XmlDocument ClassReturns an XmlDocument object of the XML that is stored in the specified Resource resource in the AOT. nullNothingnullptrunita null reference (Nothing in Visual Basic) is returned if no XML is found.
Show: