ars_GetSchema(ctrl,name)

This function fetches the schema attributes. See Data Structures.

On success
A scalar reference to the schema attributes.
On failure
undef

Example:

      $s = ars_GetSchema($c, "Group");
      

<-- Back to Table of Contents