Documentation

OnAfterIBlockElementSetPropertyValuesEx

handler function(
   int ELEMENT_ID,
   int IBLOCK_ID,
   array PROPERTY_VALUES,
   array FLAGS
);

The event OnAfterIBlockElementSetPropertyValuesEx is called after an attempt to save property values for iblock element by the method [link=129406]CIBlockElement::SetPropertyValuesEx[/link].

Parameters

Parameter Description
ELEMENT_IDElement ID with property values to be set.
IBLOCK_IDInformation block ID.
PROPERTY_VALUESArray of property values with a corresponding property value assigned to property ID.
FLAGSArray of parameters for optimization of database queries. Can contain the following keys:
  • NewElement - to be specified when this element already has no property values. Prevents one redundant query to the database.
  • DoNotValidateLists - disables availablility check for the metadata values of list properties.

Returned value

None.

See Also



© «Bitrix24», 2001-2024
Up