• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/map.php
  • Класс: BitrixSaleTradingPlatformVkMap
  • Вызов: Map::getSectionsEntityId
static function getSectionsEntityId($exportId)
{
	$sectionsEntCode = self::getSectionsEntityCode($exportId);
	
	return self::getMapEntityId($sectionsEntCode);
}