Click or drag to resize

ActionArgumentGetParametersValuesInSection Method

Returns all parameters values in given section

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<string> GetParametersValuesInSection(
	string sectionName
)

Parameters

sectionName
Type: SystemString

Return Value

Type: IEnumerableString
See Also