Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetExistingIDsInternal Method
Filters out all object IDs that do not exist in the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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