ObjectTypeInfo GetDependencyWhereCondition Method Kentico 8.1 API Reference
Gets the where condition to limit the objects to specific dependencies.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

dependencyType
Type: OnlineSystem String
Dependency object type name
op
Type: OnlineSystem String
Operator
dependencies
Type:  OnlineSystem Object 
Pairs of dependencies to filter by (first variable in each pair - dependency object type, second variable in each pair - dependency value)

Return Value

Type: OnlineString
See Also