Click or drag to resize
XFileFieldLoadLocalFile Method
Loads the local file.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long LoadLocalFile(
	string p_SrcePath,
	string p_FileName
)

Parameters

p_SrcePath
Type: SystemString
The source file path.
p_FileName
Type: SystemString
Name of the file.

Return Value

Type: Int64
System.Int64.
See Also