ars_Export(ctrl, displayTag, type, name)
Returns a scalar consisting of the export text for the
requested item name of the given type. Valid types are:
- ``Schema''
- ``Active_Link''
- ``Filter''
- ``Escalation''
- ``Char_Menu''
- ``Admin_Ext''
displayTag is the particular view to export. If you pass in
an empty string for this parameter, all views will be exported.
- On success
-
returns a scalar string
- On failure
-
returns undef
Back to Table of Contents