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