• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/lib/invitedispatcher.php
  • Класс: BitrixWebdavInviteDispatcher
  • Вызов: InviteDispatcher::getListDisconnected
private function getListDisconnected(array $sectionData)
{
	return $this->getListUsers(array(
		'=IS_DELETED' => true,
		'=IBLOCK_ID' => $sectionData['IBLOCK_ID'],
		'=SECTION_ID' => $sectionData['SECTION_ID'],
	));
}