Skip to end of banner
Go to start of banner

admSetPriorityScheme

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

Version 1 Next »

This routine is available starting with SIL Engine 4.8.0.6.

Syntax

admSetPriorityScheme(pkey, schemeName)

Description

Updates the project priority scheme.

Both the scheme and the project must exist.

Parameters

Parameter name

Type

Required

Description

pkey

string

yes

Project key. Must exist.

schemeName

string

yes

Scheme name. The scheme must exist.

Return type

boolean

Returns 'true' if the project was updated and 'false' if not.

Example

return admSetPriorityScheme("TEST", "Default priority scheme");

  • No labels