Click or drag to resize

MainUploadFile Method

Uploads the file from the specifed filePath on the server to the specfied file object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)[none]

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool UploadFile(
	CodeMethodInvokeContext context,
	string fileUIdStr,
	string filePath
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
fileUIdStr
Type: SystemString
UId of the file object where the specified file should be uploaded
filePath
Type: SystemString
path of the file location on the server.

Return Value

Type: Boolean
See Also