Click or drag to resize
ObjectHelperGetExistingChildren Method
Gets the existing children for the given object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static IDataQuery GetExistingChildren(
	GeneralizedInfo infoObj,
	bool addSiteCondition,
	int siteId,
	string childObjectType
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Parent object
addSiteCondition
Type: SystemBoolean
If true, site condition is added for the children
siteId
Type: SystemInt32
Site ID for the site condition
childObjectType
Type: SystemString
Child object type

Return Value

Type: IDataQuery
See Also