CDBResult CEventType::GetByID( string type_id, string site_id )
The method GetByID returns the mail event type by its ID as the CDBResult instance.
Parameter | Description |
---|---|
type_id | The mail event type ID. |
site_id | The site ID. |
<? $rsET = CEventType::GetByID("ADV_BANNER_STATUS_CHANGE", "ru"); $arET = $rsET->Fetch(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |