Click or drag to resize
ObjectTypeManagerAllExceptBindingObjectTypes Property
Returns the list of all the object types available in the system in a not guaranteed order. Does not contain inherited object types and binding object types.

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

Property Value

Type: IEnumerableString
See Also