Click or drag to resize
TextDiffListSetNewDstList Method
Method to replace data of destination difference list.

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

Parameters

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