AbstractInfoProviderTInfo, TProvider, TQueryGetParentWhereCondition Method |
Gets the where condition to limit the objects to specific parent.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public virtual string GetParentWhereCondition(
int objectParentId
)
Parameters
- objectParentId
- Type: SystemInt32
Object parent ID to filter by
Return Value
Type:
StringSee Also