Click or drag to resize

AccessDataUploadControllerGetFiles Method

Returns uploaded files pending staging

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 List<AccessDataUploadFile> GetFiles(
	int systemId,
	bool showCurrentStaged,
	bool initializeStream
)

Parameters

systemId
Type: SystemInt32
showCurrentStaged
Type: SystemBoolean
initializeStream
Type: SystemBoolean

Return Value

Type: ListAccessDataUploadFile
See Also