Click or drag to resize
ObjectTypeManagerEnsureObjectTypeDynamicLists Method

Note: This API is now obsolete.

Registers the specified types to all lists where it belongs to (ObjectDependencies, ChildObjectTypes, BindingObjectTypes, OtherBindingObjectTypes).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is not intended to be used directly from custom code and will be removed.")]
public static void EnsureObjectTypeDynamicLists(
	List<string> objectTypes
)

Parameters

objectTypes
Type: System.Collections.GenericListString
Object types to process
See Also