Click or drag to resize
TranslationHelperFilterExistingRecords Method
Filters the existing records from the given array.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public IList<int> FilterExistingRecords(
	IList<int> objectIDs,
	string objectType
)

Parameters

objectIDs
Type: System.Collections.GenericIListInt32
Existing IDs
objectType
Type: SystemString
Object type

Return Value

Type: IListInt32
See Also