Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine 4.8.0.8.

...

admGetPrioritiesFromScheme(prioritySchemeName)

Description

Excerpt

Update one ore more attributes for the provided filter. Retrieves a list of priorities associated to a priority scheme.

Parameters

Parameter name

Type

Required

Description

prioritySchemeName

string

true

The name of the priority scheme

Return type

boolean

Returns true if the filter was updated. False otherwisestring[] (array of string)

Returns a list of priority names.

Example

Code Block
string[] priorities = admGetPrioritiesFromScheme("Test Priority Scheme");
return priorities;
// Blocker|High|Medium|Low|Minor