• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/sharepoint/client.php
  • Класс: CSPListsClient
  • Вызов: CSPListsClient::GetAttachmentCollectionProcessResult
protected function GetAttachmentCollectionProcessResult($RESULT)
{
	foreach ($RESULT as $key => $file)
	{
		$RESULT[$key] = $this->LoadFile('', array('URL' => $file));
	}

	return $RESULT;
}