Click or drag to resize
UserInfoGetChildWhereCondition Method
Gets the child object where condition.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected override WhereCondition GetChildWhereCondition(
	WhereCondition where,
	string objectType
)

Parameters

where
Type: CMS.DataEngineWhereCondition
Original where condition
objectType
Type: SystemString
Object type of the child object

Return Value

Type: WhereCondition
See Also