GridAttachmentColumnStreamDownloadAttachment Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void StreamDownloadAttachment(
Control source,
string fileName,
IDictionary attachmentKeyValueCollection
)
Public Overridable Sub StreamDownloadAttachment (
source As Control,
fileName As String,
attachmentKeyValueCollection As IDictionary
)
public:
virtual void StreamDownloadAttachment(
Control^ source,
String^ fileName,
IDictionary^ attachmentKeyValueCollection
)
abstract StreamDownloadAttachment :
source : Control *
fileName : string *
attachmentKeyValueCollection : IDictionary -> unit
override StreamDownloadAttachment :
source : Control *
fileName : string *
attachmentKeyValueCollection : IDictionary -> unit
Parameters
- source
- Type: System.Web.UIControl
- fileName
- Type: SystemString
- attachmentKeyValueCollection
- Type: System.CollectionsIDictionary
See Also