Click or drag to resize

ISchemaFieldTypeContentItemTypesAllowed Property


Gets the types of content item this field can be used on.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<string> ContentItemTypesAllowed { get; }

Property Value

Type: IEnumerableString
Examples
Most fields only applies to "page", some applies on "page" and "asset"
See Also