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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static ISet<int> GetExistingIDs(
	ISet<int> ids
)

Parameters

ids
Type: System.Collections.GenericISetInt32

Return Value

Type: ISetInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen IDs is null
See Also