TranslationHelperFilterExistingRecords Method |
Filters the existing records from the given array.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
IListInt32See Also