ISchemaFieldDefinitionsMultiSelectItemByContent(IElement) Method
|
Retrieves a multi-select field type by its implementation node.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaFieldType MultiSelectItemByContent(
IElement implementationNode
)
Function MultiSelectItemByContent (
implementationNode As IElement
) As ISchemaFieldType
ISchemaFieldType^ MultiSelectItemByContent(
IElement^ implementationNode
)
abstract MultiSelectItemByContent :
implementationNode : IElement -> ISchemaFieldType Parameters
- implementationNode IElement
- Multi-select implementation node
Return Value
ISchemaFieldTypeMulti-select field type with matching attributes collection.
RemarksThere is only one
IGX_MULTI_SELECT type on
Page.
There are four types of multi-select field types for schemas, and each type represents a collection of unique attributes.
See Also