Click or drag to resize
ObjectTypeManagerRegisterTypesToObjectTree Method
Registers the specified types to object type tree

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void RegisterTypesToObjectTree(
	ObjectTypeTreeNode tree,
	Func<ObjectTypeInfo, IEnumerable<ObjectTreeLocation>> getLocations
)

Parameters

tree
Type: CMS.DataEngineObjectTypeTreeNode
Object type tree
getLocations
Type: SystemFuncObjectTypeInfo, IEnumerableObjectTreeLocation
Function to provide locations for the given object type
See Also