Click or drag to resize
ChatMessageInfoProviderGetNewestMessageTime Method
Gets ChatMessageLastModified of the newest message in room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static Nullable<DateTime> GetNewestMessageTime(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID

Return Value

Type: NullableDateTime
Newest ChatMessageLastModified or null if there are no messages in this room
See Also