Click or drag to resize

SystemOverviewControllerGetProvisioningStageActions Method

Returns the "Import" stage actions right now it will just return a single action if the system is offline, if online no actions are returned.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<SystemAction> GetProvisioningStageActions(
	DataObject system
)

Parameters

system
Type: Omada.OE.ModelDataObject

Return Value

Type: ListSystemAction
See Also