Click or drag to resize
MessageInfoProviderGetMessageInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static MessageInfo GetMessageInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: MessageInfo
See Also