ObjectTypeManagerObjectTypesWithDynamicDependency Property |
Returns the list of all the object types available in the system that has dynamic dependency in a not guaranteed order. Does not contain inherited object types
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static IEnumerable<string> ObjectTypesWithDynamicDependency { get; }
Property Value
Type:
IEnumerableStringSee Also