Click or drag to resize
ObjectTypeInfoGetDependencyWhereCondition Method (String, String, Object)

Note: This API is now obsolete.

Gets the where condition to limit the objects to specific dependencies.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use method GetDependencyWhereConditionObject")]
public string GetDependencyWhereCondition(
	string dependencyType,
	string op,
	params Object[] dependencies
)

Parameters

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

Return Value

Type: String
See Also