Click or drag to resize

ScriptPathResolverResolveScriptPath Method

Resolve script path on cloud

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnboardingPostActions.Common
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static void ResolveScriptPath(
	IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters,
	string propertyName
)

Parameters

configurationParameters
Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
Configuration
propertyName
Type: SystemString
Name of script parameter
See Also