Click or drag to resize

SystemOnboardingControllerDeleteRegisteredSystem Method

Deletes a registered system. Following systems can be deleted: Primary systems Systems from single instance collectors Offline generic systems Systems were no import has been done yet (ODWBUSIKEY is emtpy) Note: when deleting a primary system will the system category system and data connection ALSO be deleted

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 bool DeleteRegisteredSystem(
	int systemId,
	bool performDelete = true
)

Parameters

systemId
Type: SystemInt32
performDelete (Optional)
Type: SystemBoolean
should method perform the actual deletion. If called from predelete event, set this to false

Return Value

Type: Boolean
See Also