Save the file attachment to a file.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public void Save( string fileName ) |
Visual Basic (Declaration) |
---|
Public Sub Save ( _ fileName As String _ ) |
Visual C++ |
---|
public: void Save( String^ fileName ) |
Parameters
- fileName
- Type: System..::.String
The file where the file attachment will be saved. The full path to the file should be used.
Remarks
Saves the file attachment to the path specified by the
fileName
parameter.