Click or drag to resize
UserRoomAdminStateGetChangedRooms Method
Gets admin states which has changed since specified date.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<RoomAdminState> GetChangedRooms(
	DateTime sinceWhen
)

Parameters

sinceWhen
Type: SystemDateTime
Admin states changes later than this date

Return Value

Type: IEnumerableRoomAdminState
See Also