Versions Compared

Key

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

This routine is available starting with katl-commons SIL Engine™ 3.1.2/katl-commons SIL Engine™ 3.0.14.


Syntax

projectsWithPermissionForUser(user, permissionKey)

...

Excerpt

Retrieves the project keys where the given user has the given permission.

Parameters

Parameter name

Type

Required

Description

user

String

Yes

Username.

permissionKeyStringYesKey of the permission.

Return type

string[]

The return value is a string array containing all the project keys where the given user has the given permission.

...