Retrieves the names of global exports.
This call should be used to prevent local exports name conflicting with global exports.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericStringArray of global export names. These names will show up as attribute names on all navigation/link entries for page expanded xml. Therefore, it is import that are not no duplicate export name, which will cause invalid expanded xml.
Examples
JavaScript
{ "code": 0, "error": null, "message": ["Title", "Abstract"] }
See Also