 | FileSupportOpenAttachmentFile Method |
Attach file to header of the page
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static void OpenAttachmentFile(
string path,
string filename
)
Public Shared Sub OpenAttachmentFile (
path As String,
filename As String
)
Parameters
- path
- Type: SystemString
Path of the file - filename
- Type: SystemString
Filename to attach
See Also