GetSessionInfo
Description
Gets the current NonSensitiveSessionData information.
Syntax
// ICommonFunctions is binded into the MFiles global object
const result = await MFiles.GetSessionInfo();
Return type
Type | Description |
---|---|
Promise < NonSensitiveSessionData > | Returns NonSensitiveSessionData. |