DataHelperGetNewItemsInList Method (String, String, Char) |
Gets the list of new items in the given list as list separated by separator.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also