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
)
Public Function LoadLocalFile (
p_SrcePath As String,
p_FileName As String
) As Long
Parameters
- p_SrcePath
- Type: SystemString
The source file path. - p_FileName
- Type: SystemString
Name of the file.
Return Value
Type:
Int64System.Int64.
See Also