Click or drag to resize

AccessDataUploadControllerGetInCompleteFileId Method

Returns the ID of a file being uploaded

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetInCompleteFileId(
	string fileName,
	int createdBy
)

Parameters

fileName
Type: SystemString
createdBy
Type: SystemInt32

Return Value

Type: Int32
See Also