Click or drag to resize
DataHelperGetNewItemsInList Method (String, String)
Gets the list of new items in the given list as list separated by semicolon.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetNewItemsInList(
	string oldList,
	string newList
)

Parameters

oldList
Type: SystemString
Old list of items separated by separator
newList
Type: SystemString
New list of items separated by separator

Return Value

Type: String
See Also