Skip to end of banner
Go to start of banner

admGetAllPrioritiesFromScheme

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

We've encountered an issue exporting this macro. Please try exporting this page again later.

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

  • No labels