Click or drag to resize

NewLineReplacer Class

Replaces new line with the placeholder. It's used for the OPS, because when configuration is pushed then new lines are replaced with ','. If we confirm it's safe to change it to use new line, this class can be removed.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.SystemOnboardingPostActions.CommonNewLineReplacer

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 class NewLineReplacer

The NewLineReplacer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReplacNewLines
Replaces new lines with placeholder.
Top
See Also