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

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

Parameters

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

Return Value

Type: String
See Also