ars_GetListActiveLink(ctrl,schema=NULL,changedSince=0)

This function will look up the names of all active links, or a subset restricted to a certain schema name (if you provide a schema name).

On success
An array of Active Link names.
On failure
undef

Example:

      @alink_names = ars_GetListActiveLink($c); # get all active links
      @alink_names = ars_GetListActiveLink($c, "Group"); 
                           # get all active links associated with the
                           # "Group" schema.
      

<-- Back to Table of Contents