Enumerations to indicate the longevity of a chat room.

Namespace:  Phoenix.DAL
Assembly:  Phoenix.DAL (in Phoenix.DAL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public enum ChatRoomDeleteMode

Members

Member nameDescription
WhenEmpty
Delete the room when the last user leaves.
WhenCreatorLeaves
Delete the room when the creating user leaves.
Manual
This room will be manually deleted.

Remarks

These values are stored in the database and therefore should not be modified here.

See Also