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

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

Parameters

list
Type: System.Collections.GenericListDiffTextPart
New list
See Also