UserRoomAdminStateGetChangedRooms Method |
Gets admin states which has changed since specified date.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public IEnumerable<RoomAdminState> GetChangedRooms(
DateTime sinceWhen
)
Parameters
- sinceWhen
- Type: SystemDateTime
Admin states changes later than this date
Return Value
Type:
IEnumerableRoomAdminStateSee Also