Retrieves the JavaScript code of a library. By default, returns the active
code. If updatename is provided, returns the code of that specific
update (or the initial code if updatename = "").
Arguments
- conn
A connection object created by
mc_connect.- library
Character string. Library name or transaction ID.
- updatename
Optional character string. Update name. If omitted, returns the active code. Use
""to retrieve the initial code.
See also
mc_get_filter_code for filters.
Other libraries:
mc_add_library_update(),
mc_add_library_update_from(),
mc_create_library(),
mc_list_libraries(),
mc_test_library()