gxGetActionList (string sDocument) : string[]

Returns a list of all actions of a projects.

Parameters:

sDocument - document ID of the project

Returns:

string[] - array of actions supported by the projects.

Example:

string[] lstActions = gxGetActionList("document0");
for (int i = 0; i < lstActions.size(); ++i)
print(lstActions[i]);

See also:

gxImportProject, gxStartAction

► latest version online