Click or drag to resize
TextDiffList Constructor
Constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public TextDiffList(
	string src,
	string dst
)

Parameters

src
Type: SystemString
Source text
dst
Type: SystemString
Destination text
See Also