DataTypeAllowedObjectTypes Property |
When configured, only allows data type for the given object types.
Use case insensitive HashSet for the list of items
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic IEnumerable<string> AllowedObjectTypes { get; set; }
Property Value
Type:
IEnumerableString
See Also