Click or drag to resize

IStoredMessageServiceGetMessageByImportUid Method

Returns message by import uid

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
StoredMessage GetMessageByImportUid(
	Guid importUId
)

Parameters

importUId
Type: SystemGuid

Return Value

Type: StoredMessage
See Also