ISchemaFieldDefinitionsMultiSelectItemByContent Method (XElement)
|
Retrieves a multi-select field type by its implementation node.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType MultiSelectItemByContent(
XElement implementationNode
)
Function MultiSelectItemByContent (
implementationNode As XElement
) As ISchemaFieldType
ISchemaFieldType^ MultiSelectItemByContent(
XElement^ implementationNode
)
abstract MultiSelectItemByContent :
implementationNode : XElement -> ISchemaFieldType
Parameters
- implementationNode
- Type: System.Xml.LinqXElement
Multi-select implemenetation node
Return Value
Type:
ISchemaFieldTypeMulti-select field type with matching attributes collection.
Remarks There 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