Click or drag to resize

ProvisioningConfigurationControllerGetPersonalAccountResourceType Method

Returns the resource type for the account resource for the system which is NOT unknown Function looks for all account resources, and will loop through all If it finds one whcih reference "Personal" is that always returned, otherwise is the last found entry 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 DataObject GetPersonalAccountResourceType(
	int systemId
)

Parameters

systemId
Type: SystemInt32

Return Value

Type: DataObject
See Also