Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetExistingIDs 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("Method was not intended for public use and will be removed in the next version.")]
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