Click or drag to resize
ObjectTypeManagerMainObjectTypes Property
List of all "main" object types (= not child of other object) retrieved from modules.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<string> MainObjectTypes { get; }

Property Value

Type: IEnumerableString
See Also