General Introduction
Features
Settings
Email system
Date and Time
URL rewrite
Special constants
Special variables
Complex logic in filter
AddBufferContent
AddChainItem
AddHeadScript
AddHeadString
AddPanelButton
AddViewContent
AuthForm
CaptchaCheckCode
CaptchaGetCode
ConvertCharset
ConvertCharsetArray
CopyFileAccessPermission
GetCSS
GetCurDir
GetCurPage
GetCurPageParam
GetCurUri
GetDirProperty
GetDirPropertyList
GetException
GetFileAccessPermission
GetFileContent
GetFileRecursive
GetMenu
GetMenuHtml
GetMenuHtmlEx
GetMeta
GetNavChain
GetPageProperty
GetPagePropertyList
GetPanel
GetProperty
GetPublicShowMode
GetShowIncludeAreas
GetSiteByDir
GetTemplatePath
GetTitle
GetUserRight
GetUserRoles
IncludeAdminFile
IncludeComponent
IncludeFile
IncludeString
IsHTTPS
MoveJSToBody
RemoveFileAccessPermission
ResetException
SaveFileContent
SetAdditionalCSS
SetCurPage
SetDirProperty
SetFileAccessPermission
SetPageProperty
SetTemplateCSS
SetTitle
ShowBanner
ShowBodyScripts
ShowCSS
ShowHead
ShowHeadScripts
ShowHeadStrings
ShowMeta
ShowNavChain
ShowPanel
ShowProperty
ShowSpreadCookieHTML
ShowTitle
ShowViewContent
ThrowException
get_cookie
set_cookie
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
Parameter | Description | Available from version |
---|---|---|
property_id | Property ID. | |
property_value | Property value. | |
Options | Optional parameter. By default the value is "null". |
See Also
- CMain::ShowProperty
- CMain::GetProperty
- CMain::GetPageProperty
- CMain::GetDirProperty
- CMain::GetPagePropertyList
- CMain::GetDirPropertyList
- CMain::SetDirProperty
Examples of use
<? $APPLICATION->SetPageProperty("keywords", "web, developement, programming"); ?>
© «Bitrix24», 2001-2024
Up