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.6.492
Syntax
IEnumerable<string> ContentItemTypesAllowed { get; }

Property Value

IEnumerableString
Example
Most fields only applies to "page", some applies on "page" and "asset"
See Also