Click or drag to resize

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
)

Parameters

oe
Type: NetQuarry.DataIMapper
The OfflineExport mapper.
docID
Type: SystemString
The ID of the document stored in the DocStorage service.
See Also