ChatRoomInfoProviderGetChangedChatRooms Method |
Gets chat rooms changed since specified time. Does not select one to one rooms!
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax public static IEnumerable<ChatRoomInfo> GetChangedChatRooms(
int siteID,
Nullable<DateTime> changedSince
)
Parameters
- siteID
- Type: SystemInt32
Site ID - changedSince
- Type: SystemNullableDateTime
Rooms changed since this time will be returned. If null all rooms will be returned
Return Value
Type:
IEnumerableChatRoomInfoSee Also