XFileFieldSaveLocalFile Method |
Saves the local file.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FileFieldErrorEnum SaveLocalFile(
string p_DestPath,
string p_DestFileName,
ref string p_FullFileName
)
Public Function SaveLocalFile (
p_DestPath As String,
p_DestFileName As String,
ByRef p_FullFileName As String
) As FileFieldErrorEnum
Parameters
- p_DestPath
- Type: SystemString
The destination path. - p_DestFileName
- Type: SystemString
Name of the destination file. - p_FullFileName
- Type: SystemString
Name of the full file.
Return Value
Type:
FileFieldErrorEnumError code.
See Also