| ChatMessageInfoProviderGetNewestMessageTime Method | 
            Gets ChatMessageLastModified of the newest message in room.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Nullable<DateTime> GetNewestMessageTime(
	int roomID
)
Parameters
- roomID
- Type: SystemInt32
 Room ID
Return Value
Type: 
NullableDateTimeNewest ChatMessageLastModified or null if there are no messages in this room
 See Also
See Also