Click or drag to resize
ObjectTypeManagerObjectTypesWithMacros Property
Returns the list of all the object types available in the system that can contain macros in a not guaranteed order. Does not contain inherited object types

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

Property Value

Type: IEnumerableString
See Also