• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/sharepoint/client.php
  • Класс: CSPListsClient
  • Вызов: CSPListsClient::_GetByID_query
protected function _GetByID_query($XML_ID)
{
	$node = new CXMLCreator('Eq');
	$node->addChild(CXMLCreator::createTagAttributed('FieldRef Name="ID"'));
	$node->addChild(CXMLCreator::createTagAttributed('Value Type="integer"', intval($XML_ID)));

	return $node;
}