Click or drag to resize

AccessRequestIntegrationControllerExportAllAccessRequests Method

Parses all access approvals

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task ExportAllAccessRequests(
	int daysInHistory
)

Parameters

daysInHistory
Type: SystemInt32
number of days in history to look for surveys

Return Value

Type: Task
Task allowing to await completion
See Also