Click or drag to resize
ObjectTypeInfoGetInstances Method

Note: This API is now obsolete.

Gets the list of instances of the objects.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Now it always returns null as if the instances were not tracked, and this feature is no longer supported. Use property InstanceCount to get the number of instances.")]
public IList<BaseInfo> GetInstances()

Return Value

Type: IListBaseInfo
See Also