Salesforce

CtxGetAllNames (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

CtxGetAllNames (Magic xpa 3.x)

Returns the names of all open contexts (except for the Main context) on the server engine where the function is evaluated.

Syntax:

CtxGetAllNames()

Parameters:

None

Returns:

A string vector that contains all the context names (except for the Main context). For contexts that were not explicitly set with a context name, the context identification number is returned.

Note:

The cell type of the vector should be a string of up to 128 characters.

The function returns an empty vector when executed on a non-server engine.

See also:

The Online Samples project (program MT02)

Reference
Attachment 
Attachment