| NewLineReplacerReplacNewLines Method |
Replaces new lines with placeholder.
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
Syntaxpublic static void ReplacNewLines(
IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters,
string propertyName
)
Parameters
- configurationParameters
- Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
- propertyName
- Type: SystemString
See Also