Click or drag to resize
DataTypeAllowedObjectTypes Property
When configured, only allows data type for the given object types. Use case insensitive HashSet for the list of items

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

Property Value

Type: IEnumerableString
See Also