UserInfoGetChildWhereCondition Method |
Gets the child object where condition.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax protected override string GetChildWhereCondition(
string where,
string objectType
)
Parameters
- where
- Type: SystemString
Original where condition - objectType
- Type: SystemString
Object type of the child object
Return Value
Type:
StringSee Also