Click or drag to resize
ChatMessageTypeEnumExtensionMethodsIsSystemMessage Method
Checks if this message type is system (message is system if it has SystemMessageAttribute Attribute).

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static bool IsSystemMessage(
	this ChatMessageTypeEnum en
)

Parameters

en
Type: CMS.ChatChatMessageTypeEnum
ChatMessageTypeEnum

Return Value

Type: Boolean
True if this message type is system

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ChatMessageTypeEnum. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also