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.3.169
Syntax IEnumerable<string> ContentItemTypesAllowed { get; }
ReadOnly Property ContentItemTypesAllowed As IEnumerable(Of String)
Get
property IEnumerable<String^>^ ContentItemTypesAllowed {
IEnumerable<String^>^ get ();
}
abstract ContentItemTypesAllowed : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringExamples Most fields only applies to "page", some applies on "page" and "asset"
See Also