Click or drag to resize
MessageInfoProviderGetMessageInfo Method
Returns the MessageInfo structure for the specified message.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static MessageInfo GetMessageInfo(
	int messageId
)

Parameters

messageId
Type: SystemInt32
Message id

Return Value

Type: MessageInfo
See Also