| 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
SyntaxNullable<int> GetMessageIdByImport(
int importId,
Guid importUId
)
Parameters
- importId
- Type: SystemInt32
- importUId
- Type: SystemGuid
Return Value
Type:
NullableInt32
See Also