GetByID
CDBResult CEventType::GetByID( string ID, string LID )
The method returns the mail event type by its ID as the CDBResult object. Static method.
Parameters
Parameter | Description |
---|---|
ID | Mail event type ID. |
LID | Site ID. |
See Also
Examples
<? $rsET = CEventType::GetByID("ADV_BANNER_STATUS_CHANGE", "en"); $arET = $rsET->Fetch(); ?>
© «Bitrix24», 2001-2024
Up