Click or drag to resize

IPDFDocumentDownload Method (String, NameValueCollection, IDocStorageService, Boolean)

Download the document as an attachment or render inline

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Download(
	string documentID,
	NameValueCollection keyValue,
	IDocStorageService dss,
	bool displayInLine
)

Parameters

documentID
Type: SystemString
keyValue
Type: System.Collections.SpecializedNameValueCollection
dss
Type: NetQuarry.ServicesIDocStorageService
displayInLine
Type: SystemBoolean
See Also