Click or drag to resize
ObjectHelperAddDependingObjectTypes Method
Adds depending object types to the list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void AddDependingObjectTypes(
	List<string> list,
	string objectType,
	string dependingType,
	bool child,
	bool binding
)

Parameters

list
Type: System.Collections.GenericListString
Object list
objectType
Type: SystemString
Object type
dependingType
Type: SystemString
Depending type
child
Type: SystemBoolean
Process also child types
binding
Type: SystemBoolean
Process also binding types
See Also