Click or drag to resize
TextDiffList.SetNewSrcList Method
Method to replace data of source difference list.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
protected void SetNewSrcList(
	List<DiffTextPart> list
)

Parameters

list
Type: System.Collections.Generic.List<DiffTextPart>
New list
See Also