ChatMessageInfoProviderGetNewestMessageTime Method |
Gets ChatMessageLastModified of the newest message in room.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public 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