SectionSyncData::setVendorSectionId

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. SectionSyncData
  4. setVendorSectionId
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/sectionsyncdata.php
  • Класс: BitrixCalendarCoreSectionSectionSyncData
  • Вызов: SectionSyncData::setVendorSectionId
public function setVendorSectionId(string $vendorSectionId): SectionSyncData
{
	$this->vendorSectionId = $vendorSectionId;

	return $this;
}

Добавить комментарий