admGetAllPrioritiesFromScheme

Description

Returns the list of priorities names that exist in the given priority scheme.

Parameters

Return Type

string []

Returns the list of priority names.

Example

Example 1

Returns all the priorities from scheme "Default priority scheme"

return admGetAllPrioritiesFromScheme("Default priority scheme");

Highest|High|Medium|Low|Lowest

See also

Peacock