Documentation

SetPageProperty

CMain::SetPageProperty(
 string property_id,
 string property_value,
 array Options = null
)

The method sets the value of the specified property of the current page. Non-static method.

Parameters

ParameterDescription Available from version
property_id Property ID.
property_value Property value.
Options Optional parameter. By default the value is "null".

See Also

Examples of use

<?
$APPLICATION->SetPageProperty("keywords", "web, developement, programming");
?>


© «Bitrix24», 2001-2024
Up