Click or drag to resize

IStoredMessageServiceGetMessageIdByImport Method

Returns message by filtering JSON data via provided import data

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Nullable<int> GetMessageIdByImport(
	int importId,
	Guid importUId
)

Parameters

importId
Type: SystemInt32
importUId
Type: SystemGuid

Return Value

Type: NullableInt32
See Also