Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetExistingIDsInternal Method

Note: This API is now obsolete.

Filters out all object IDs that do not exist in the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute]
protected virtual ISet<int> GetExistingIDsInternal(
	ISet<int> ids
)

Parameters

ids
Type: System.Collections.GenericISetInt32

Return Value

Type: ISetInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen IDs is null
See Also