Click or drag to resize
ObjectTypeInfoConsistsOf Property
Defines the list of object TypeInfos that are part of this wrapper object. If the object is not a wrapper, this property is not initialized.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<ObjectTypeInfo> ConsistsOf { get; set; }

Property Value

Type: ListObjectTypeInfo
See Also