Database tables and API classes

The Messaging module uses the following database table:

 

Messaging_Message - this is the only database table used for storing messages

 

The messaging API is provided by the CMS.Messaging namespace classes:

 

MessageInfo, MessageInfoProvider - these classes provide functionality for managing messages

 

The following chapters show how to use these classes.