• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/UI/FileUploader/ProductController.php
  • Класс: BitrixCatalogUIFileUploaderProductController
  • Вызов: ProductController::canUpload
public function canUpload(): bool
{
	return CurrentUser::get()->canDoOperation(ActionDictionary::ACTION_STORE_VIEW);
}