• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Property/Property.php
  • Класс: BitrixCatalogv2PropertyProperty
  • Вызов: Property::isFileType
public function isFileType(): bool
{
	return (
		$this->getPropertyType() === 'F'
		|| $this->getUserType() === 'FileMan'
		|| $this->getUserType() === 'DiskFile'
	);
}