landing.landing.markUnDelete
Scope: landing Permissions to execute: for all
landing.landing.markUnDelete( $lid )
The method marks landing page as undeleted.
Parameters
Parameter | Description | Version |
---|---|---|
$lid | Landing 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