Documentation

landing.landing.markUnDelete

landing.landing.markUnDelete(
  $lid
)

The method marks landing page as undeleted.

Parameters

ParameterDescriptionVersion
$lidLanding page ID.

Example

BX24.callMethod(
   'landing.landing.markUnDelete',
   {
      lid: 1688
   },
   function(result)
   {
      if(result.error())
      {
         console.error(result.error());
      }
      else
      {
         console.info(result.data());
      }
   }
);


© «Bitrix24», 2001-2024
Up