• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/checklist/internals/checklist.php
  • Класс: BitrixTasksCheckListInternalsCheckList
  • Вызов: CheckList::removeAttachments
public function removeAttachments($attachmentsIds)
{
	foreach ($attachmentsIds as $id)
	{
		$this->fields->removeAttachment($id);
	}
}