• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/cml2.php
  • Класс: CUserCMLImport
  • Вызов: CUserCMLImport::CheckStructure
function CheckStructure()
{
	return $this->CheckIBlockFields() && $this->CheckUserFields();
}