Click or drag to resize

ImportProfileControllerGetSystemAttachedToImport Method

Get an list of systems wired to the profile. If there is are no systems in the profile, method will return all of the systems in OIS. Reason for this is that when import is performed and profile does not contain any system, it will start import on all systems.

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 List<Guid> GetSystemAttachedToImport(
	int profileId
)

Parameters

profileId
Type: SystemInt32
Integer profile Id

Return Value

Type: ListGuid
See Also