DataExportHelperNotifyRecipient Method |
Notifies the recipient on completion of export
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void NotifyRecipient(
IMapper oe,
string docID
)
Public Shared Sub NotifyRecipient (
oe As IMapper,
docID As String
)
Parameters
- oe
- Type: NetQuarry.DataIMapper
The OfflineExport mapper. - docID
- Type: SystemString
The ID of the document stored in the DocStorage service.
See Also