Click or drag to resize

LegacyMigrationHubGetGroupName Method

Get group name for given systemId

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Hubs
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string GetGroupName(
	int systemId
)

Parameters

systemId
Type: SystemInt32
Id of migrated system

Return Value

Type: String
Name of the group
See Also