Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataEngine
AbstractInfoProvider(TInfo, TProvider) Class
AbstractInfoProvider(TInfo, TProvider) Methods
AddSiteWhereCondition Method
BoundGetInfoByGuid Method
BoundGetInfoById Method
BoundGetInfoByName Method
BoundGetInfosByIds Method
ClearHashtables Method
CreateHashtables Method
CreateInfo Method
DeleteData Method
DeleteInfo Method
DeleteObjectFromHashtables Method
ExecuteQuery Method
GetBindingWhereCondition Method
GetCacheDependency Method
GetCount Method
GetCountInternal Method
GetData Method
GetDataByColumn(T) Method
GetDataByGuidColumn Method
GetDataByIntColumn Method
GetDataByStringColumn Method
GetDeleteQuery Method
GetDependencyCacheKeys Method
GetEmptyDataSet Method
GetExistingIDs Method
GetExistingIDsInternal Method
GetFullNameDictionary Method
GetFullNameWhereCondition Method
GetInfo Method
GetInfoByCodeName Method
GetInfoByCodeNameFromDB Method
GetInfoByFullName Method
GetInfoByFullNameInternal Method
GetInfoByGuid Method
GetInfoByGuidColumn Method
GetInfoByGuidFromDB Method
GetInfoById Method
GetInfoByIntColumn Method
GetInfoByStringColumn Method
GetInfosByIds Method
GetObjectQuery Method
GetObjectQueryInternal Method
GetParentWhereCondition Method
GetSingleObject Method
GetSiteWhereCondition Method
CheckObject Method
CheckUniqueCodeName Method
CheckUniqueValues Method
InitHashtables Method
LoadAllInfos Method
LoadGeneration Method
LoadInfos Method
LoadObjectsToHashtables Method
NewInfo Method
NewTransaction Method
RecalculateData Method
RegisterObjectInHashtables Method
RemoveOriginalCodeNameFromHashtable Method
ReplaceData Method
SetInfo Method
SortAlphabetically Method
TouchCacheDependencies Method
UpdateData Method
UpdateObjectInHashtables Method
UseSource Method
ValidateCodeName Method
AbstractInfoProvider
TInfo
,
TProvider
GetExistingIDs 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#
Copy
public
static
ISet
<
int
>
GetExistingIDs
(
ISet
<
int
>
ids
)
Parameters
ids
Type:
System.Collections.Generic
ISet
Int32
Return Value
Type:
ISet
Int32
Exceptions
Exception
Condition
ArgumentNullException
When IDs is null
See Also
Reference
AbstractInfoProvider
TInfo, TProvider
Class
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com