Click or drag to resize
ObjectTypeManagerExistingObjectTypes Property
Returns the list of all existing object types available in the system in a not guaranteed order (includes also inherited, list infos).

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

Property Value

Type: IEnumerableString
See Also