| 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: 10.0.0
 Syntax
Syntaxpublic 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
See Also