getMaxAttachmentSize()
Obtains the system configured size limit in MB for attachments.
Returns
The size limit as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the system configured size limit for attachments.
const maxAttachmentSize = PCore.getEnvironmentInfo().getMaxAttachmentSize();
Previous topic getEnvironmentKeys() Next topic getOperatorIdentifier()