getCommunityLevelFilenameSuffix
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a community level. The output is of the format '_{orgID}_{userID}_{communityID}'. If 'communityID' is null or the internal community ID, then the output would be '_{orgID}_{userID}_internal'. This storage path is meant for data that is unique to a particular user in a specific community.
Return
Filename suffix.
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a community level. The output is of the format '_{orgID}_{userID}_{communityID}'. If 'communityID' is null or the internal community ID, then the output would be '_{orgID}_{userID}_internal'. This storage path is meant for data that is unique to a particular user in a specific community.
Return
Filename suffix.
Parameters
Community ID. Pass 'null' for internal community.