Click or drag to resize
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
)

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: FileFieldErrorEnum
Error code.
See Also